共用方式為


Get-DPMTapeDrive

擷取媒體櫃中的磁帶機。

語法

Get-DPMTapeDrive
   [-DPMLibrary] <Library[]>
   [<CommonParameters>]

Description

Get-DPMTapeDrive Cmdlet 會擷取 System Center - Data Protection Manager (DPM) 伺服器上的媒體櫃中的磁帶機。

範例

範例 1:擷取媒體櫃中的磁帶機清單

PS C:\>$DpmLibrary = Get-DPMLibrary -DPMServerName "Contoso-DPMServer"
PS C:\> Get-DPMTapeDrive -DPMLibrary $DpmLibrary

第一個命令會使用 Get-DPMLibrary Cmdlet 來取得名為 Contoso-DPMServer 的伺服器連結庫。 命令會將它儲存在 $DpmLibrary 變數中。

第二個命令會使用 Get-DPMTapeDrive Cmdlet,在 $DpmLibrary 中取得媒體櫃的磁帶機。

參數

-DPMLibrary

指定這個 Cmdlet 取得磁帶機的 DPM 連結庫物件數位。 若要取得 DPM 連結庫物件,請使用 Get-DPMLibrary Cmdlet。

類型:Library[]
Position:1
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸出

TapeDrive