Get-DirectoryStat
SYNOPSIS
SYNTAX
Get-DirectoryStat [-DirectoryName] <String[]> [<CommonParameters>]
DESCRIPTION
{{ Fill in the Description }}
EXAMPLES
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
PARAMETERS
-DirectoryName
Enter the path of the folder you want stats on. Ex: C:\Temp or \\computername\c$\temp
Type: String[]
Parameter Sets: (All)
Aliases: Dir, Folder, UNC
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
Author: Skyler Hart Created: 2020-08-09 10:07:49 Last Edit: 2020-08-09 21:35:14