Active Directory Management Framework

Configuration driven Active Directory management.

Resolve-AdcPrivilegedGroupSet

SYNOPSIS

Resolves a Privileged Group Set for a specified domain.

SYNTAX

Resolve-AdcPrivilegedGroupSet [-Type] <String> [-Server] <String> [[-Credential] <PSCredential>]
 [-ProgressAction <ActionPreference>] [<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

-Type

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

-Server

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

-Credential

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

-ProgressAction

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.Collections.Hashtable

NOTES