Get-DPMProductionVirtualName

获取群集的虚拟名称。

语法

Get-DPMProductionVirtualName
   [-ProductionCluster] <Cluster>
   [-Async]
   [-Tag <Object>]
   [-Handler <System.EventHandler`1[Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Inquiry.VNInquiryeventArgs]>]
   [<CommonParameters>]

说明

Get-DPMProductionVirtualName cmdlet 获取安装 System Center - Data Protection Manager (DPM) 保护代理的群集的虚拟名称。

示例

示例 1:获取群集的虚拟名称

PS C:\> $PCluster = Get-DPMProductionCluster -DPMServerName "DPMServer02"
PS C:\> Get-DPMProductionVirtualName -ProductionCluster $PCluster

第一个命令获取 DPM 名为 DPMServer02 管理的群集。 该命令将结果存储在$PCluster变量中。

第二个命令获取$PCluster中的群集的虚拟名称。

参数

-Async

指示命令以异步方式运行。 异步运行命令时,即使作业需要较长时间才能完成,命令提示符也会立即返回。

类型:SwitchParameter
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-Handler

指定 DPM 在收到事件时调用的事件处理程序。

类型:System.EventHandler`1[Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Inquiry.VNInquiryeventArgs]
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-ProductionCluster

指定安装了 DPM 保护代理的计算机群集的名称。

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

-Tag

指定一个自定义属性,用于区分对每个异步调用的答复。 如果使用 cmdlet 生成图形用户界面,则可以使用参数。 如果使用 DPM 命令行管理程序,请不要使用此参数。

类型:Object
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

输出

VirtualName