Get-DPMVolume
获取 DPM 服务器上的卷。
语法
Get-DPMVolume
[[-DPMServerName] <String>]
[-AlreadyInUseByDPM]
[<CommonParameters>]
说明
Get-DPMVolume cmdlet 检索 System Center - Data Protection Manager (DPM) 服务器上的卷。
示例
示例 1:检索 DPM 服务器上的卷
PS C:\>Get-DPMVolume -DPMServerName "Contoso-DPMServer"
此命令检索名为 Contoso-DPMServer 的服务器上的 DPM 卷。
参数
-AlreadyInUseByDPM
指示是否包括已在 DPM 服务器上使用的卷。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DPMServerName
指定此 cmdlet 从中获取卷的 DPM 服务器的名称。
类型: | String |
别名: | ComputerName, CN |
Position: | 1 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |