Set-SCACTemporaryStorage

Applies To: System Center 2012 R2 App Controller

Set-SCACTemporaryStorage

Sets temporary storage used by the App Controller server.

Syntax

Parameter Set: SpecifyPath
Set-SCACTemporaryStorage [-Path] <String> [ <CommonParameters>]

Detailed Description

The Set-SCACTemporaryStorage cmdlet sets a share path as temporary storage for use by the App Controller server.

Parameters

-Path<String>

Specifies the path to the share to use as temporary storage.

Aliases

none

Required?

true

Position?

1

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.

Inputs

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

  • System.String, Microsoft.SystemCenter.CloudManager.PowerShell.ACLibraryFileShare

Outputs

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

  • Microsoft.SystemCenter.CloudManager.PowerShell.ACLibraryFileShare

Examples

Example 1: Add temporary storage

This command sets the share named \\ACServer02\ACStorage as temporary storage.

PS C:\> Set-SCACTemporaryStorage -Path "\\ACServer02\ACStorage"

Get-SCACTemporaryStorage