TestimoX

API Reference

Command

Get-ADXGpoFileInventory

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Gpo.GpoSysvolFileInventoryRow

Builds a per-GPO SYSVOL file inventory (counts, size, top extensions).

Examples

Generated fallback example

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 optionalposition: namedpipeline: false
Optional domain DNS name to limit results.
Forest string optionalposition: namedpipeline: false
Forest DNS name. When omitted, the current forest is used.
GpoGuid Guid[] optionalposition: namedpipeline: false
Optional GPO GUID filters.
GpoName string[] optionalposition: namedpipeline: false
Optional GPO display-name filters (supports * and ?).
MaxExtensions int optionalposition: namedpipeline: false
Maximum number of extensions to include in the summary.
ScanCapPerGpo int optionalposition: namedpipeline: false
Maximum number of filesystem entries (directories + files) to scan per GPO.

Outputs

ADPlayground.Gpo.GpoSysvolFileInventoryRow