Get-SCACTemporaryStorage

Applies To: System Center 2012 - App Controller

Get-SCACTemporaryStorage

Gets the temporary storage used by the specified App Controller server.

Syntax

Parameter Set: __AllParameterSets
Get-SCACTemporaryStorage [-ACServer <ACServer> ] [ <CommonParameters>]

Detailed Description

The Get-SCACTemporaryStorage cmdlet gets the temporary storage used by the specified System Center 2012 - App Controller server. To set temporary storage, use the Set-SCACTemporaryStorage cmdlet.

Parameters

-ACServer<ACServer>

Specifies an App Controller server object. To retrieve an App Controller server object, use the Get-SCACServer cmdlet.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters

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 gets the temporary storage for the App Controller server stored in $ACServer and displays information about the storage to the user.

PS C:\> Get-SCACTemporaryStorage -ACServer $ACServer

Set-SCACTemporaryStorage