Configuration driven Active Directory management.
Lists registered GP permission rules.
Get-DMGPPermission [[-GpoName] <String>] [[-Identity] <String>] [[-Filter] <String>] [-IsGlobal]
[<CommonParameters>]
Lists registered GP permission rules. These represent the desired state for how access to Group Policy Objects should be configured.
Get-DMGPPermmission
Returns all registered permissions.
The name of the GPO the rule was assigned to.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The name of trustee receiving permissions.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The filter string assigned to the access rule to return.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Only return rules that apply to ALL GPOs globally.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
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.