API Reference
Command
Get-ADXGpoFileInventory
Builds a per-GPO SYSVOL file inventory (counts, size, top extensions).
Examples
Generated fallback example from command syntax.
Get-ADXGpoFileInventory -GpoGuid @('Value')
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-ADXGpoFileInventory [-Domain <string>] [-Forest <string>] [-GpoGuid <Guid[]>] [-GpoName <string[]>] [-MaxExtensions <int>] [-ScanCapPerGpo <int>] [<CommonParameters>]#Parameters
- Domain string
- Optional domain DNS name to limit results.
- Forest string
- Forest DNS name. When omitted, the current forest is used.
- GpoGuid Guid[]
- Optional GPO GUID filters.
- GpoName string[]
- Optional GPO display-name filters (supports * and ?).
- MaxExtensions int
- Maximum number of extensions to include in the summary.
- ScanCapPerGpo int
- Maximum number of filesystem entries (directories + files) to scan per GPO.
Outputs
ADPlayground.Gpo.GpoSysvolFileInventoryRow