Get-WssClientBackup
Gets information about client backup jobs.
Get-WssClientBackup
[-ComputerName] <String>
[<CommonParameters>]
Get-WssClientBackup
[-ComputerSid] <String>
[<CommonParameters>]
The Get-WssClientBackup cmdlet gets information about client backup jobs for a computer. Specify a computer by name or security identifier (SID).
PS C:\> Get-WssClientBackup -ComputerName "Workstation073"
This command gets information for client backup jobs for a computer named Workstation073.
Specifies the name of a computer.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the SID of a computer.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Microsoft.WindowsServerSolutions.DataProtection.PCBackup.BackupUtil.WcfContracts.ClientJobInfo
This cmdlet returns client job information.