Resolve-AdcPrivilegedGroupSet
SYNOPSIS
Resolves a Privileged Group Set for a specified domain.
SYNTAX
__AllParameterSets
Resolve-AdcPrivilegedGroupSet [-Type] <string> [-Server] <string> [[-Credential] <pscredential>]
[<CommonParameters>]
DESCRIPTION
Resolves a Privileged Group Set for a specified domain. Results are cached for any given domain the first time, subsequent requests return cached data. Cache is cleared when resetting configuration.
For more details on designing a Privileged Group Set, see the documentation on Register-AdcPrivilegedGroupSet.
EXAMPLES
EXAMPLE 1
Resolve-AdcPrivilegedGroupSet -Type DomainAdminsEx -Server contoso.com
Resolves the DomainAdminsEx PGS for the forest containing contoso.com. (The builtin DomainAdminsEx PGS resolves to all Domain Admins of all member Domains as well as the Enterprise Admins)
PARAMETERS
-Credential
The Credentials to use for the operation
Type: System.Management.Automation.PSCredential
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 2
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Server
The server to resolve the PGS for. Alaways resolves to the domain the server is member of, when specifying a specific hostname.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 1
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Type
What Type / Name to resolve the PGS for.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
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.