TestimoX

API Reference

Command

Get-ADXGpoInheritance

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Gpo.GpoInheritanceInfo

Reports inheritance status for AD and SYSVOL sides of a GPO.

Examples

Authored help example

Example 1


Get-ADXGpoInheritance -Domain contoso.com -Id '{GUID}'
        

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-ADXGpoInheritance -Domain <string> -Id <Guid> [-MaxPaths <int>] [-ScanCap <int>] [<CommonParameters>]
#

Parameters

Domain string requiredposition: namedpipeline: false
DNS domain name where the GPO resides.
Id Guid requiredposition: namedpipeline: false
GPO GUID (objectGuid).
MaxPaths int optionalposition: namedpipeline: false
Maximum number of protected paths to return.
ScanCap int optionalposition: namedpipeline: false
Maximum number of filesystem entries to scan under SYSVOL.

Outputs

ADPlayground.Gpo.GpoInheritanceInfo