For the complete documentation index, see llms.txt. This page is also available as Markdown.

Intune Software Requirements for Patch My PC Publisher

Applies to: Patch My PC Publisher V3.x

Patch My PC (PMPC) Publisher can be installed on either a Microsoft 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 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 used by Patch My PC.

Windows Server Operating System

If 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 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 following steps explain how to install the required components for this scenario.

Install the WSUS UpdateServices API

To 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 Publisher on a Windows 11 device (typical for Intune-only publishing scenarios), the WSUS Remote Server Administration Tools (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 message when installing Publisher.

WSUS RSAT tools missing

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

Install WSUS RSAT Tools

To install the 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

Note

It is typical 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?