TestimoX

API Reference

Command

Get-ADXGpoPermissionRead

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Gpo.GpoPermissionReadRow

Assesses whether Authenticated Users retain required Read/Apply permissions on GPOs.

Examples

Authored help example

Example 1


Get-ADXGpoPermissionRead -Domain contoso.com
        

Example 2


Get-ADXGpoPermissionRead -Domain contoso.com -IncludeCompliant
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-ADXGpoPermissionRead [-Domain <string[]>] [-IncludeCompliant] [-MaxGpos <int>] [<CommonParameters>]
#

Parameters

Domain string[] optionalposition: namedpipeline: false
Domain DNS names to scan; when omitted, scans all forest domains.
IncludeCompliant SwitchParameter optionalposition: namedpipeline: false
Include compliant rows (by default only non-compliant rows are returned).
MaxGpos int optionalposition: namedpipeline: false
Maximum number of GPOs to process per domain.

Outputs

ADPlayground.Gpo.GpoPermissionReadRow