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

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 from a client operating system, the Remote Server Administration Tools (RSAT) - WSUS Tools need to be installed.  To install the RSAT WSUS Tools, an administrator will need to run PowerShell from an elevated prompt.  At that prompt, the can run the following script:

Add-WindowsCapability -Online -Name 'Rsat.Wsus.Tools~~~~0.0.1.0'

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: (Get-WindowsCapability -online | ? {$_.Name -eq 'Rsat.Wsus.Tools~~~~0.0.1.0'}).State

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

    • Related Articles

    • 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 ...
    • 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 ...
    • 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 ...
    • Configuration When Upgrading the Windows Server Operating System

      Purpose To provide guidance when upgrading the underlying operating system or migrating to another server on the Configuration Manager server where the Lenovo Patch plugin is installed. Process Pre Upgrade Tasks: Lenovo Patch Settings with a Database ...
    • Error Accessing the WSUS Signing Certificate

      Symptom The Configuration Checker returns a failure on the check 'A WSUS Signing Certificate is in place and can be accessed by the user' with a detail of 'Error accessing the WSUS signing certificate. The certificate does not exist or your account ...