TestimoX

API Reference

Command

Get-ADXGpoPermissionUnknown

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Gpo.GpoPermissionUnknownRow

Lists unknown/unresolvable ACL trustees on GPOs.

Examples

Authored help example

Example 1


Get-ADXGpoPermissionUnknown -Domain contoso.com
        

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-ADXGpoPermissionUnknown [-Domain <string[]>] [-MaxFindings <int>] [-MaxGpos <int>] [<CommonParameters>]
#

Parameters

Domain string[] optionalposition: namedpipeline: false
Domain DNS names to scan; when omitted, scans all forest domains.
MaxFindings int optionalposition: namedpipeline: false
Maximum number of rows to emit per domain.
MaxGpos int optionalposition: namedpipeline: false
Maximum number of GPOs to process per domain.

Outputs

ADPlayground.Gpo.GpoPermissionUnknownRow