Get-WssClientBackupClient

Get-WssClientBackupClient

Gets a list of clients that the server can back up.

Syntax

Get-WssClientBackupClient [ <CommonParameters>]

Detailed Description

The Get-WssClientBackupClient client gets a list of the clients that the server can back up. You can use the Enable-WssClientBackup cmdlet to enable client backup for a specific computer.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Get the clients that the server can back up

This command gets the list of clients that the server can back up.

PS C:\> Get-WssClientBackupClient

Enable-WssClientBackup