Get-WssClientBackupVolumeJob
Gets backup information for a backup volume job.
Syntax
Get-WssClientBackupVolumeJob
[-BackupIndex] <Int32>
[-ComputerName] <String>
[<CommonParameters>]
Get-WssClientBackupVolumeJob
[-BackupIndex] <Int32>
[-ComputerSid] <String>
[<CommonParameters>]
Description
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.
Examples
Example 1: Get backup volume job information
PS C:\> Get-WssClientBackupVolumeJob -ComputerName "Workstation073" -BackupIndex 1
This command gets information for a backup volume job for the computer named Workstation073. The command specifies the backup index of the job.
Parameters
-BackupIndex
Specifies the index for a backup volume job.
Type: | Int32 |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ComputerName
Specifies the name of a computer.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ComputerSid
Specifies the SID of a computer.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Microsoft.WindowsServerSolutions.DataProtection.PCBackup.BackupUtil.WcfContracts.VolumeJobInfo
This cmdlet generates volume job information.