Get-SCACTemporaryStorage

Applies To: System Center 2012 R2 App Controller

Get-SCACTemporaryStorage

Gets temporary storage used by the App Controller server.

Syntax

Get-SCACTemporaryStorage [ <CommonParameters>]

Detailed Description

The Get-SCACTemporaryStorage cmdlet gets the temporary storage used by the App Controller 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.

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: Get temporary storage

This command returns the temporary storage for the App Controller server.

PS C:\> Get-SCACTemporaryStorage

Set-SCACTemporaryStorage