Test MSUpdates - AlivaJG/PSAppDeployToolkit GitHub Wiki
Test whether a Microsoft Windows update is installed.
Test-MSUpdates [-KBNumber] <String> [[-ContinueOnError] <Boolean>] [<CommonParameters>]
Test whether a Microsoft Windows update is installed.
-KBNumber <String>
KBNumber of the update.
-ContinueOnError <Boolean>
Suppress writing log message to console on failure to write message to log file. Default is: $true.
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters.
-------------------------- EXAMPLE 1 --------------------------
PS C:>Test-MSUpdates -KBNumber 'KB2549864'
To see the examples, type: Get-Help Test-MSUpdates -Examples
For more information, type: Get-Help Test-MSUpdates -Detailed
For technical information, type: Get-Help Test-MSUpdates -Full
For online help, type: Get-Help Test-MSUpdates -Online