Software

Applies to: Patch My PC Publisher

Overview

The Publisher can be installed on either a Windows client or Windows Server operating system (see Core Requirements) when publishing applications and updates solely to Microsoft Intune. However, even in Intune-only scenarios, particularly when the Publisher is installed on a Windows client operating system, specific WSUS components are still required. These components provide the WSUS API functionality needed to process and deserialize the update catalog format usedby Patch My PC.

circle-check
circle-exclamation

Windows Server Operating System

If the Publisher is already being used with ConfigMgr and/or WSUS, and the same Publisher instance will also be used for Intune, the software requirements for ConfigMgr or WSUS will already satisfy the WSUS API component requirements to publish to Intune.

If the Publisher is being used exclusively for Intune, a full WSUS role installation is not required. In this case, only the WSUS API components must be installed to allow Publisher to process update metadata and interact with WSUS libraries used during publishing. The steps below explain how to install the required components for this scenario.

Install the WSUS UpdateServices API

  1. Open an elevated PowerShell window.

  2. Run the following command:

  1. To confirm the UpdateServices API is installed, run:

The feature should show as Installed.

Get-WindowsFeature UpdateServices-API

Windows Client Operating System

When installing the Publisher on a Windows 11 device, which is typical for Intune-only publishing scnearios, the WSUS RSAT tools must be installed. A full WSUS role installation is not required. If the RSAT tools are not installed, you will see the following messaage when installing the Publisher.

WSUS RSAT tools missing

The steps below explain how to install the required components for this scenario.

Install WSUS RSAT Tools

  1. Open an elevated PowerShell window.

  2. Run the following command:

  1. To confirm the WSUS RSAT tools were installed successfully, run:

The output should show the capability state as Installed.

Get-WindowsCapability -Online -Name Rsat.WSUS.Tools~~~~0.0.1.0
circle-info

Note

It is typicall for the download and installation of the WSUS RSAT tools to take ~15 minutes. Review C:\Windows\Logs\CBS\CBS.log and C:\Windows\Logs\DISM\dism.log for the download and installation progress.

Last updated

Was this helpful?