Disconnect-DPMServer
关闭 DPM 连接会话。
语法
Disconnect-DPMServer
[[-DPMServerName] <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Disconnect-DPMServer cmdlet 关闭 System Center - Data Protection Manager (DPM) 连接会话,并释放该会话的所有对象。 使用 DPM 服务器的名称指定要关闭的连接。
示例
示例 1:断开服务器连接
PS C:\>Disconnect-DPMServer -DPMServerName "DPMServer07"
此命令关闭与名为 DPMServer07 的 DPM 服务器的连接。
参数
-Confirm
在运行 cmdlet 之前,提示你进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DPMServerName
指定此 cmdlet 关闭连接的 DPM 服务器的名称。
类型: | String |
别名: | ComputerName, CN |
Position: | 1 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示 cmdlet 运行时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |