Get-WindowsErrorReporting

Get-WindowsErrorReporting

Retrieves the Windows Error Reporting status.

Sintaxis

Get-WindowsErrorReporting [ <CommonParameters>]

Descripción detallada

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.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • System.String

Ejemplos

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

Temas relacionados

Disable-WindowsErrorReporting

Enable-WindowsErrorReporting