Get-WssClientBackupClient

Get-WssClientBackupClient

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

構文

Get-WssClientBackupClient [ <CommonParameters>]

詳細説明

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.

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

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

    This cmdlet returns PC backup clients.

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