-
Notifications
You must be signed in to change notification settings - Fork 33
Function Hotfix
Chris Hunt edited this page May 23, 2016
·
1 revision
Test if a Hotfix is installed.
Test if a Hotfix is installed.
[Parameter(
Mandatory = $true,
Position = 2,
ParameterSetName = 'Set 1')]
[Parameter(
Mandatory = $true,
Position = 3,
ParameterSetName = 'Set 1')]
BeNullOrEmpty
Hotfix KB3116900 { Should Not BeNullOrEmpty}
Hotfix KB1112233 { Should BeNullOrEmpty}
Getting Started
Contributing
Functions