-
Notifications
You must be signed in to change notification settings - Fork 32
Function LocalGroup
Mark Wragg edited this page Jun 17, 2019
·
2 revisions
Test if a local group exists.
Test if a local group exists.
[Parameter(
Mandatory = $true,
Position = 2,
ParameterSetName = 'Set 1')]
[Parameter(
Mandatory = $true,
Position = 3,
ParameterSetName = 'Set 1')]
BeNullOrEmpty
LocalGroup 'Administrators' { should not BeNullOrEmpty }
LocalGroup 'BadGroup' { should BeNullOrEmpty }
Getting Started
Contributing
Functions