Get-WssAlert

Get-WssAlert

Gets alerts that the server generated.

構文

Parameter Set: Default
Get-WssAlert [[-Network]] [ <CommonParameters>]

詳細説明

The Get-WssAlert cmdlet gets alerts that the server generated for issues that relate to computer backups, server storage, low disk space, files system, and hard drives. Specify the Network parameter to get the alerts that the server generates for the local computer and the computers in your network that the server monitors.

パラメーター

-Network

Indicates that the cmdlet gets alerts for all computers in the home network.

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

  • System.Collections.IEnumerable<Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.Alert

    This cmdlet returns a collection of alert objects.

Example 1: Get alerts

This command gets alerts that the server generated.

PS C:\> Get-WssAlert

関連トピック

Enable-WssAlert

Disable-WssAlert

Clear-WssAlert

Repair-WssAlert