Get-DPMAlert

Get-DPMAlert

Gets alerts for a DPM server.

構文

Parameter Set: Default
Get-DPMAlert [[-DPMServerName] <String> ] [-Async] [-IncludeAlerts <IncludeAlertsType> {AllActive | FromContext} ] [-IncludeInactiveAlerts] [ <CommonParameters>]

詳細説明

The Get-DPMAlert cmdlet gets alerts for a System Center 2012 – Data Protection Manager (DPM) server.

パラメーター

-Async

Indicates that the command runs asynchronously. When you run a command asynchronously, the command prompt returns immediately even if the job takes an extended time to finish.

エイリアス

none

必須?

false

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-DPMServerName<String>

Specifies the name of a DPM server.

エイリアス

none

必須?

false

位置は?

1

既定値

none

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-IncludeAlerts<IncludeAlertsType>

Specifies which alert to display. The acceptable values for this parameter are:

-- AllActive
-- FromContext

エイリアス

none

必須?

false

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-IncludeInactiveAlerts

Indicates that the cmdlet displays inactive alerts.

エイリアス

none

必須?

false

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • DPMServerName

    Specifies the name of a DPM server.

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • For more information, type "Get-Help Get-DPMAlert -detailed".

Example 1: Get all active alerts for a specified server

This command gets alerts for the DPM server named DPMServer073. The command includes all active alerts.

PS C:\> Get-DPMAlert -DPMServerName DPMServer073 -IncudeAlerts AllActive