Measure-WssFolder

Measure-WssFolder

Calculates the size of a given server folder.

Syntax

Parameter Set: Default
Measure-WssFolder [-Folder] <Folder> [ <CommonParameters>]

Detailed Description

Calculates the size of a given server folder.

Parameters

-Folder<Folder>

The folder to calculate the size of.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • CalculateFolderSizeRequest

Examples

-------------------------- EXAMPLE 1 --------------------------

Description

-----------

Measure-WssFolder -Folder $folder

PS C:\> [Copied from spec examples]