Active Directory Management Framework

Configuration driven Active Directory management.

Get-DMGPOwner

SYNOPSIS

Returns the list of defined group policy ownerships.

SYNTAX

Get-DMGPOwner [[-GpoName] <String>] [[-Identity] <String>] [[-Filter] <String>] [-IsGlobal]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Returns the list of defined group policy ownerships. This represents the desired state in your domain, not the one that actually pertains.

EXAMPLES

EXAMPLE 1

Get-DMGPOwner

Returns all configured GP ownerships

PARAMETERS

-GpoName

The name of the by which to filter.

Type: String
Parameter Sets: (All)
Aliases:

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

-Identity

The identity reference to be made owner.

Type: String
Parameter Sets: (All)
Aliases:

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

-Filter

The actual filter logic that determines, whether a policy should be affected by the given rule.

Type: String
Parameter Sets: (All)
Aliases:

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

-IsGlobal

Only return the global / default owner setting

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
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

NOTES