Get-WssClientBackupVolume

Get-WssClientBackupVolume

Gets the volume configuration of a computer.

構文

Parameter Set: ByName
Get-WssClientBackupVolume [-ComputerName] <String> [ <CommonParameters>]

Parameter Set: BySid
Get-WssClientBackupVolume [-ComputerSid] <String> [ <CommonParameters>]

詳細説明

The Get-WssClientBackupVolume cmdlet gets the volume configuration of a previously backed up computer. Specify a computer by name or security identifier (SID).

パラメーター

-ComputerName<String>

Specifies the name of a computer.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

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

True (ByValue)

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

false

-ComputerSid<String>

Specifies the SID of a computer.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

  • Microsoft.WindowsServerSolutions.DataProtection.PCBackup.ObjectModel.PCBackupClientVolume

    This cmdlet generates a backup volume.

Example 1: Get volume configuration for a client computer

This command gets the volume configuration for a computer named Workstation073.

PS C:\> Get-WssClientBackupVolume -ComputerName "Workstation073"

関連トピック

Disable-WssClientBackupVolume

Enable-WssClientBackupVolume

Get-WssClientBackupVolumeJob