Deployment Guide
Extract “CPS-S Empty Framework” folder in C:\CPSTemp. It contains a “blank” P&U package that is ready for payload files
and a version number in the Manifest.json file.
These files along with the WSUS install, and the directories created earlier are the requirements for creating the CPS
P&U payload using the Create-PNUPackage.ps1 script.
Script Execution
The Create-PNUPackage.ps1 script is executed to download the WSUS patch payload for CPS P&U, and that payload is
exported for use with P&U.
Example MUKBLIST.TXT (1909 content, pre-check):
KB890830
KB4514604
KB4516067
KB4516115
Example Syntax for an Administrative PowerShell session:
CD C:\CPSTemp
.\Create-PNUPackage.ps1 -ExportPath C:\WSUS_Export -WSUSPath C:\WSUS -MUKBListPath C:\CPSTemp
Sample output (details may vary):