Get-AdcPrivilegedGroupSet
SYNOPSIS
List the registered Privileged Group Sets.
SYNTAX
__AllParameterSets
Get-AdcPrivilegedGroupSet [[-Name] <string>] [<CommonParameters>]
DESCRIPTION
List the registered Privileged Group Sets. They can be used to assign ownership to a group of identities, any one of which will be considered valid.
For more details, see Register-AdcPrivilegedGroupSet.
EXAMPLES
EXAMPLE 1
Get-AdcPrivilegedGroupSet
List all registered Privileged Group Sets.
PARAMETERS
-Name
The name of the PGS to look for. Defaults to: *
Type: System.String
DefaultValue: '*'
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.