Disable-WssClientBackupVolume
Disables backup for a volume on a client.
Disable-WssClientBackupVolume
[-VolumeGuid] <Guid>
[-ComputerName] <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Disable-WssClientBackupVolume
[-VolumeGuid] <Guid>
[-ComputerSid] <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
The Disable-WssClientBackupVolume cmdlet disables client backup for a volume on a computer. Specify a computer by name or security identifier (SID). Specify a volume by using its GUID.
PS C:\> Disable-WssClientBackupVolume -ComputerName "Workstation073" -VolumeGuid b6b093a2-1860-4172-a4a5-07ce2aebfa13
This command disables backup for the specified volume on the 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 |
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 |
Specifies the GUID of a volume.
Type: | Guid |
Position: | 3 |
Default value: | None |
Required: | True |
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 |