Enable-WssClientBackup

Enables client backup for a computer.

Syntax

Enable-WssClientBackup
      [-ComputerName] <String>
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Enable-WssClientBackup
      [-ComputerSid] <String>
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

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:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-ComputerSid

Specifies the SID of a computer.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

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

-WhatIf

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