File_GetFolderSize
File_GetFolderSize
SYNOPSIS
Get the size of a folder.
SYNTAX
__AllParameterSets
File_GetFolderSize [-FilePath] <string> [<CommonParameters>]
ALIASES
This cmdlet has the following aliases,
DESCRIPTION
Get the size of a folder and return the size in bytes.
EXAMPLES
EXAMPLE 1
File_GetFolderSize -FilePath “C:\Temp”
PARAMETERS
-FilePath
The folder to get the size from.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
ParameterValue: []
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
For more information, please visit https://capasystems.atlassian.net/wiki/spaces/CI66DOC/pages/20251410491/cs.File_GetFolderSize