Get-SCACTemporaryStorage

Get-SCACTemporaryStorage

Gets temporary storage used by the server.

構文

Get-SCACTemporaryStorage [ <CommonParameters>]

詳細説明

The Get-SCACTemporaryStorage cmdlet gets the temporary storage used by the server.

To set temporary storage, use the Set-SCACTemporaryStorage cmdlet.

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.SystemCenter.CloudManager.PowerShell.ACLibraryFileShare

Example 1: Get temporary storage

This command returns the temporary storage for the server.

PS C:\> Get-SCACTemporaryStorage

関連トピック

Set-SCACTemporaryStorage