torsdag 2. mai 2013

Microsoft hotfix check

You can use powershell to check if a Microsoft hotfix is installed on your server.

List all hotfixes:

PS C:\> get-hotfix

List one hotfix:

PS C:\> get-hotfix -id [KBxxxx]

Example:

PS C:\> get-hotfix -id KB2617858


Ingen kommentarer:

Legg inn en kommentar