Install pending Windows updates deployed through SCCM (Configuration Manager) on a client

I created this script which includes various functions because sometimes there is a pending update left on the system after the update deployment has finished. Imagine a server that performs updates within a maintenance window and this server performs a reboot after installation. Sometimes one of the updates is left in a pending state and […]

Continue reading

Determine Patch Tuesday Date with PowerShell

A PowerShell function to determine Patch Tuesday based on the many examples you find on the internet but changed to support the month and year parameters you can supply the -Verbose parameter for Verbose output however in this specific function that output is quite limited. I use this function combined with others to define the […]

Continue reading