Check for missing Windows Updates This configuration item is a PowerShell-based script that checks to see if all required updates are installed. It is designed to be exported within DCM Management Packs. To function it requires that the PowerShell execution policy be set to RemoteSigned. You can control what is checked by configuring the appropriate Windows Update settings. In other words, if the Windows Update settings are at their default values the list of available updates from Microsoft's online Windows Update service will be checked. You can force it to check against your internal Software Update Services server instead, and control the list of available updates on that server. Any missing updates will be listed in the DCM report. The list will include the related KB article for the missing update. (1) GPO: PowerShell!Check for missing Windows Updates (2) WMI: ###