Configuration driven Active Directory management.
Returns the list of defined group policy ownerships.
Get-DMGPOwner [[-GpoName] <String>] [[-Identity] <String>] [[-Filter] <String>] [-IsGlobal]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Returns the list of defined group policy ownerships. This represents the desired state in your domain, not the one that actually pertains.
Get-DMGPOwner
Returns all configured GP ownerships
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
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
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
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
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.