Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: System Center 2012 - App Controller
Sets the temporary storage used by the App Controller server.
Parameter Set: SpecifyPath
Set-SCACTemporaryStorage [-Path] <String> [ <CommonParameters>]
Parameter Set: __AllParameterSets
Set-SCACTemporaryStorage [-ACServer <ACServer> ] [ <CommonParameters>]
The Set-SCACTemporaryStorage cmdlet sets the temporary storage used by the System Center 2012 - App Controller server.
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 |
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 |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters
The input type is the type of the objects that you can pipe to the cmdlet.
- System.String, Microsoft.SystemCenter.CloudManager.PowerShell.ACLibraryFileShare
The output type is the type of the objects that the cmdlet emits.
- Microsoft.SystemCenter.CloudManager.PowerShell.ACLibraryFileShare
Description
-----------
This command sets the share named \\ACServer02\ACStorage as temporary storage.
PS C:\> Set-SCACTemporaryStorage -Path "\\ACServer02\ACStorage"