API Reference
Command
Get-ADXGpoInheritance
Reports inheritance status for AD and SYSVOL sides of a GPO.
Examples
Example 1: Review inheritance for the Default Domain Policy
Get-ADXGpoInheritance -Domain 'contoso.com' -Id '31B2F340-016D-11D2-945F-00C04FB984F9'
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
- DNS domain name where the GPO resides.
- Id Guid
- GPO GUID (objectGuid).
- MaxPaths int
- Maximum number of protected paths to return.
- ScanCap int
- Maximum number of filesystem entries to scan under SYSVOL.
Outputs
ADPlayground.Gpo.GpoInheritanceInfo