Get-SCACTemporaryStorage

Get-SCACTemporaryStorage

Gets the temporary storage used by the server.

Syntax

Get-SCACTemporaryStorage [ <CommonParameters>]

Detailed Description

The Get-SCACTemporaryStorage cmdlet gets the temporary storage used by the server. To set temporary storage, use the Set-SCACTemporaryStorage cmdlet.

Parameters

<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.

  • Microsoft.SystemCenter.CloudManager.PowerShell.ACLibraryFileShare

Examples

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

Description

-----------

This command returns the temporary storage for the server.

PS C:\> Get-SCACTemporaryStorage

Set-SCACTemporaryStorage