Get-DPMAlert
获取 DPM 服务器的警报。
语法
Get-DPMAlert
[[-DPMServerName] <String>]
[-IncludeInactiveAlerts]
[-Async]
[-IncludeAlerts <IncludeAlertsType>]
[<CommonParameters>]
说明
Get-DPMAlert cmdlet 获取 System Center - Data Protection Manager (DPM) 服务器的警报。
示例
示例 1:获取指定服务器的所有活动警报
PS C:\>Get-DPMAlert -DPMServerName DPMServer073 -IncudeAlerts AllActive
此命令获取名为 DPMServer073 的 DPM 服务器的警报。 该命令包括所有活动警报。
参数
-Async
指示命令以异步方式运行。 异步运行命令时,即使作业需要较长时间才能完成,命令提示符也会立即返回。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DPMServerName
指定此 cmdlet 为其获取警报的 DPM 服务器的名称。
类型: | String |
Position: | 1 |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-IncludeAlerts
指定要显示的警报。
此参数的可接受值为:
- AllActive
- FromContext
类型: | IncludeAlertsType |
接受的值: | AllActive, FromContext |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-IncludeInactiveAlerts
指示 cmdlet 显示非活动警报。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
DPMServerName
指定 DPM 服务器的名称。