Disable-WssClientBackup
Disables client backup for a computer.
Disable-WssClientBackup
[-RemoveBackup]
[-Force]
[-ComputerName] <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Disable-WssClientBackup
[-RemoveBackup]
[-Force]
[-ComputerSid] <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
The Disable-WssClientBackup cmdlet disables client backup for a computer. Specify a computer by name or security identifier (SID). Use the RemoveBackup parameter to remove existing backups.
This cmdlet prevents client backups from the current time forward. If you want to stop only a current backup operation, use the Stop-WssClientBackup cmdlet.
PS C:\> Disable-WssClientBackup -ComputerName "Workstation073" -RemoveBackup
This command disables client backups for a computer named Workstation073, and removes any existing backup.
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 |
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Forces the command to run without asking for user confirmation.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Indicates that the cmdlet removes the current client backup for the specified computer.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |