Get-WssClientBackupClient

Get-WssClientBackupClient

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

Sintaxis

Get-WssClientBackupClient [ <CommonParameters>]

Descripción detallada

The Get-WssClientBackupClient cmdlet 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.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.WindowsServerSolutions.DataProtection.PCBackup.ObjectModel.PCBackupClient

    This cmdlet returns PC backup clients.

Ejemplos

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

Temas relacionados

Enable-WssClientBackup