Get-DPMTapeSlot

获取 DPM 库中的磁带槽。

语法

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

说明

Get-DPMTapeSlot cmdlet 获取 System Center - Data Protection Manager (DPM) 库中的磁带槽。

示例

示例 1:检索库中的磁带槽

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

第一个命令使用 Get-DPMLibrary cmdlet 检索名为 Contoso-DPMServer 的服务器库,然后将结果存储在$DpmLibrary变量中。

第二个命令获取库的磁带槽。

参数

-DPMLibrary

指定 DPM 库对象的数组。 此 cmdlet 获取此 cmdlet 指定的库的磁带槽。 若要获取 DPM 库对象,请使用 Get-DPMLibrary cmdlet。

类型:Library[]
Position:1
默认值:None
必需:True
接受管道输入:True
接受通配符:False

输出

SlotNumber