PowerShell Logo Small

Enable-WindowsErrorReporting



This is the built-in help made by Microsoft for the command 'Enable-WindowsErrorReporting', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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

Enables Windows Error Reporting.

SYNTAX


Enable-WindowsErrorReporting [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Enable-WindowsErrorReporting cmdlet enables Windows Error Reporting (WER) on 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.


To get the current WER status, use the Get-WindowsErrorReporting cmdlet. If you enable WER, you can use the Disable-WindowsErrorReporting cmdlet to disable it. After you run
this cmdlet, WER no longer sends information about application failures to Microsoft.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287618
Disable-WindowsErrorReporting
Get-WindowsErrorReporting

REMARKS

<

Examples


Example 1: Enable Windows Error Reporting

PS C:\> Enable-WindowsErrorReporting



This command enables Windows Error Reporting.