API Reference
Command
Get-ADXSYSVOLContent
Returns a summary of SYSVOL content for a domain or DC (counts, sizes, modified times).
Examples
Example 1
Get-ADXSYSVOLContent
Example 2
Get-ADXSYSVOLContent -Domain contoso.com
Example 3
Get-ADXSYSVOLContent -ComputerName DC01
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-ADXSYSVOLContent [-ComputerName <string>] [-Domain <string>] [-ScanCap <int>] [<CommonParameters>]#Parameters
- ComputerName string
- Target domain controller; '.' for local or DNS name.
- Domain string
- DNS domain name to query. Defaults to current domain when omitted.
- ScanCap int
- Maximum number of filesystem entries to scan per location.
Outputs
ADPlayground.Gpo.SysvolContentRow