PowerShell: scripts to check for missing and installed windows updates

These are two scripts for the Windows PowerShell to check for missing and installed windows updates based on this and this.

One checks for the missing Windows updates splatting them for Important, Recommended and Hidden.

The other checks for the installed Windows updates splatting them for Important and Recommended.

They split the updates in Important and Recommended based on how they are setted in the Windows Update Settings.

To exeute them you have to unrestrict the PowerShell permissions:

Set-ExecutionPolicy Unrestricted

To restrict the PowerShell permissions:

Set-ExecutionPolicy Restricted

Section: 

Comments

Add new comment