Get-WssBackupDisk

Get-WssBackupDisk

Gets a list of online hard disks that can be backup targets and can store server backups..

構文

Get-WssBackupDisk [ <CommonParameters>]

詳細説明

The Get-WssBackupDisk cmdlet gets all online hard disks that can be backup targets and can store server backups.

パラメーター

<CommonParameters>

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

入力

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

出力

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

  • Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.ObjectModel.BackupDisk

    This cmdlet returns the disks which can be used as server backup targets.

Example 1: Get a list of backup targets

This command gets the list of currently available backup targets and stores the list in the variable named $ContosoBUDisk215.

PS C:\> $ContosoBUDisk215 = Get-WssBackupDisk

関連トピック

Initialize-WssBackupDisk