We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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