Get-WindowsErrorReporting

Get-WindowsErrorReporting

Retrieves the Windows Error Reporting status.

構文

Get-WindowsErrorReporting [ <CommonParameters>]

詳細説明

The Get-WindowsErrorReporting cmdlet retrieves the Windows Error Reporting (WER) status for the server.

Windows Error Reporting is a flexible feedback infrastructure that gathers information about hardware and software problems, reports the information to Microsoft, and provides users with any available solutions. Windows Error Reporting generates reports in response to system events, such as application crashes or kernel faults.

Use Enable-WindowsErrorReporting to enable Windows Error Reporting. After you enable it, WER sends information about application failures to Microsoft. Use Disable-WindowsErrorReporting to disable WER.

パラメーター

<CommonParameters>

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

入力

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

出力

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

  • System.String

Example 1: Get the Windows Error Reporting status

This command gets the Windows Error Reporting status, which is either enabled or disabled.

PS C:\> Get-WindowsErrorReporting

関連トピック

Disable-WindowsErrorReporting

Enable-WindowsErrorReporting