TestimoX

API Reference

Command

Get-ADXSYSVOLContent

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Gpo.SysvolContentRow

Returns a summary of SYSVOL content for a domain or DC (counts, sizes, modified times).

Examples

Authored help example

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 optionalposition: namedpipeline: false
Target domain controller; '.' for local or DNS name.
Domain string optionalposition: namedpipeline: false
DNS domain name to query. Defaults to current domain when omitted.
ScanCap int optionalposition: namedpipeline: false
Maximum number of filesystem entries to scan per location.

Outputs

ADPlayground.Gpo.SysvolContentRow