Stop-WssClientBackup
Cancels a client backup for a computer.
PowerShell
Stop-WssClientBackup
[-ComputerName] <String>
PowerShell
Stop-WssClientBackup
[-ComputerSid] <String>
The Stop-WssClientBackup cmdlet cancels any currently running client backup for a computer. Specify a computer by name or security identifier (SID). Canceling a backup creates a partial backup, but does not cause the previous backup to be deleted.
PowerShell
PS C:\> Stop-WssClientBackup -ComputerName "Workstation073"
This command cancels any currently running client backup on the computer named Workstation073.
Specifies the name of a computer.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the SID of a computer.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |