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 R2 App Controller
Sets temporary storage used by the App Controller server.
Parameter Set: SpecifyPath
Set-SCACTemporaryStorage [-Path] <String> [ <CommonParameters>]
The Set-SCACTemporaryStorage cmdlet sets a share path as temporary storage for use by the App Controller server.
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
This command sets the share named \\ACServer02\ACStorage as temporary storage.
PS C:\> Set-SCACTemporaryStorage -Path "\\ACServer02\ACStorage"