Skip to content

list-installed-hotfixes

Lists the installed hotfixes

#Requires -Version 5.1

try {
	Get-Hotfix
	exit 0
} catch {
throw
}

This script has no configurable parameters.

An interactive directory of PowerShell scripts.