Enable-WssClientBackup
Enables client backup for a computer.
Syntax
Enable-WssClientBackup
[-ComputerName] <String>
[-Confirm]
[-WhatIf]
Enable-WssClientBackup
[-ComputerSid] <String>
[-Confirm]
[-WhatIf]
Description
The Enable-WssClientBackup cmdlet enables client backup for a computer. Specify a computer by name or security identifier (SID).
Examples
Example 1: Enable client backup for a computer
PS C:\> Enable-WssClientBackup -ComputerName "Workstation073"
This command enables client backup for a computer named Workstation073.
Parameters
-ComputerName
Specifies the name of a computer.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ComputerSid
Specifies the SID of a computer.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |