Get-DPMTape
返回库中的磁带。
语法
Get-DPMTape
[-DPMLibrary] <Library[]>
[<CommonParameters>]
Get-DPMTape
[-RecoveryPointLocation] <RecoverySourceLocation[]>
[<CommonParameters>]
Get-DPMTape
[-ProtectionGroup] <ProtectionGroup[]>
[<CommonParameters>]
说明
Get-DPMTape cmdlet 返回库中的磁带。 在 System Center - Data Protection Manager (DPM)中,库是指多驱动器磁带硬件和独立磁带驱动器。
示例
示例 1:检索库的磁带列表
PS C:\>$DpmLibrary = Get-DPMLibrary -DPMServerName "Contoso-DPMServer"
PS C:\> Get-DPMTape -DPMLibrary $DpmLibrary
第一个命令使用 Get-DPMLibrary cmdlet 获取服务器的库,然后将其存储在$DpmLibrary变量中。
第二个命令使用 Get-DPMTape cmdlet 返回 Contoso-DPMServer 上的磁带列表。
参数
-DPMLibrary
指定此 cmdlet 获取的 DPM 库对象的数组。 库对象可以是多驱动器磁带硬件或独立磁带驱动器。
类型: | Library[] |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ProtectionGroup
指定此 cmdlet 为其获取磁带的保护组数组。 若要获取 ProtectionGroup 对象,请使用 Get-DPMProtectionGroup cmdlet。 保护组由具有通用保护配置和计划的数据源(如卷或共享)组成。
类型: | ProtectionGroup[] |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-RecoveryPointLocation
指定此 cmdlet 获取磁带的恢复点位置数组。 若要获取恢复点位置对象,请使用 Get-DPMRecoveryPointLocation cmdlet。 恢复点是存储在 DPM 服务器上的副本。 可以为磁盘和磁带上或多个磁带上存在的恢复项指定多个位置。
类型: | RecoverySourceLocation[] |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
输出
Tape