Get-WssClientBackupVolumeJob

Get-WssClientBackupVolumeJob

Gets backup information for a backup volume job.

構文

Parameter Set: ByName
Get-WssClientBackupVolumeJob [-ComputerName] <String> [-BackupIndex] <Int32> [ <CommonParameters>]

Parameter Set: BySid
Get-WssClientBackupVolumeJob [-ComputerSid] <String> [-BackupIndex] <Int32> [ <CommonParameters>]

詳細説明

The Get-WssClientBackupVolumeJob cmdlet gets backup information for a backup volume job. Specify a computer by name or security identifier (SID). Specify a job by using its index.

パラメーター

-BackupIndex<Int32>

Specifies the index for a backup volume job.

エイリアス

なし

必須?

true

位置は?

2

既定値

なし

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

false

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

false

-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.BackupUtil.WcfContracts.VolumeJobInfo

    This cmdlet generates volume job information.

Example 1: Get backup volume job information

This command gets information for a backup volume job for the computer named Workstation073. The command specifies the backup index of the job.

PS C:\> Get-WssClientBackupVolumeJob -ComputerName "Workstation073" -BackupIndex 1 

関連トピック

Disable-WssClientBackupVolume

Enable-WssClientBackupVolume

Get-WssClientBackupVolume