Get-WssClientBackup
Gets information about client backup jobs.
Syntax
Get-WssClientBackup
[-ComputerName] <String>
[<CommonParameters>]
Get-WssClientBackup
[-ComputerSid] <String>
[<CommonParameters>]
Description
The Get-WssClientBackup cmdlet gets information about client backup jobs for a computer. Specify a computer by name or security identifier (SID).
Examples
Example 1: Get client backup job information
PS C:\> Get-WssClientBackup -ComputerName "Workstation073"
This command gets information for client backup jobs for a computer named Workstation073.
Parameters
-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.ClientJobInfo
This cmdlet returns client job information.