Installing Remote Server Administration Tools - WSUS Tools - API and PowerShell Cmdlets on a Server Operating System

Installing Remote Server Administration Tools - WSUS Tools - API and PowerShell Cmdlets on a Server Operating System

Purpose

The purpose is to provide guidance on the installation of the Remote Server Administration Tools - WSUS Tools - API and PowerShell Cmdlets on a server operating system.

Description

For Lenovo Patch to interact with WSUS to publish updates from a server operating system, the Remote Server Administration Tools (RSAT) - WSUS Tools - API and PowerShell Cmdlets need to be installed. To install the RSAT WSUS Tools - API and PowerShell Cmdlets, an administrator will need to run PowerShell from an elevated prompt. At that prompt, the can run the following script:

Install-WindowsFeature UpdateServices-RSAT,UpdateServices-API,UpdateServices-UI

After installation, an administrator may want to confirm the installation was successful. Run the following PowerShell script to determine the installation state:

Write-Host RSAT WSUS Tools API and PowerShell Cmdlets: (Get-WindowsFeature -Name UpdateServices-RSAT).InstallState
Write-Host RSAT WSUS Tools API and PowerShell Cmdlets: (Get-WindowsFeature -Name UpdateServices-UI).InstallState
Write-Host RSAT WSUS Tools API and PowerShell Cmdlets: (Get-WindowsFeature -Name UpdateServices-API).InstallState

If the state is "Installed", then RSAT WSUS Tools is present.
If the state is "Available" then RSAT WSUS Tools are not installed.

    • Related Articles

    • Installing Remote Server Administration Tools - WSUS Tools on a Client Operating System

      Purpose The purpose is to provide guidance on the installation of the Remote Server Administration Tools - WSUS Tools - API and PowerShell Cmdlets on a server operating system. Description For Lenovo Patch to interact with WSUS to publish updates ...
    • Installing Sepio

      Before installing Sepio You can install the Sepio Platform using various deployment options and operating systems to meet your business needs. Before starting, ensure the following: You have the relevant installation files for your target deployment ...
    • Verify Requirements with the Configuration Checker

      Purpose The Configuration Checker is used to determine if your Configuration Manager environment meets all the requirements for using Lenovo Patch. Description To access the Lenovo Patch Configuration Checker, do the following: In the Configuration ...
    • REST API Integration

      REST API Integration This feature enables seamless data integration between the TSFA platform and third-party systems using REST APIs. External applications can securely access and leverage TSFA-specific data by authenticating with a Client ID and ...
    • Installing a Sepio Agent

      This article explains how to install and uninstall a Sepio Agent on a Host. The Sepio Agent is a security tool that provides in-depth visibility and enforces policies on assets built into and connected to the Host. The Platform Management system ...