Configuration driven Active Directory management.
Resolves a Privileged Group Set for a specified domain.
Resolve-AdcPrivilegedGroupSet [-Type] <String> [-Server] <String> [[-Credential] <PSCredential>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
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.
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)
What Type / Name to resolve the PGS for.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The server to resolve the PGS for. Alaways resolves to the domain the server is member of, when specifying a specific hostname.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The Credentials to use for the operation
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.