Set-SCACTemporaryStorage

Set-SCACTemporaryStorage

Sets temporary storage used by the server.

構文

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

詳細説明

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

パラメーター

-Path<String>

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

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

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

入力

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

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

出力

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

  • Microsoft.SystemCenter.CloudManager.PowerShell.ACLibraryFileShare

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