PowerShell Logo Small

Get-WindowsErrorReporting



This is the built-in help made by Microsoft for the command 'Get-WindowsErrorReporting', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Retrieves the Windows Error Reporting status.

SYNTAX


Get-WindowsErrorReporting [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


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.



<

RELATED LINKS

Disable-WindowsErrorReporting
Enable-WindowsErrorReporting

REMARKS

<

Examples


Example 1: Get the Windows Error Reporting status

PS C:\> Get-WindowsErrorReporting



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