Enable-WssClientBackupVolume
Enables backup for a volume on a computer.
Enable-WssClientBackupVolume
[-VolumeGuid] <Guid>
[-ComputerName] <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Enable-WssClientBackupVolume
[-VolumeGuid] <Guid>
[-ComputerSid] <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
The Enable-WssClientBackupVolume cmdlet enables 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:\> Enable-WssClientBackupVolume -ComputerName "Workstation073" -VolumeGuid b6b093a2-1860-4172-a4a5-07ce2aebfa13
This command enables 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 |