NAME
Enable-WindowsErrorReporting
SYNOPSIS
Enables Windows Error Reporting.SYNTAX
Enable-WindowsErrorReporting [
] 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.PARAMETERS
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). INPUTS
OUTPUTS
System.BooleanThe Enable-WindowsErrorReporting cmdlet returns $True if successful; otherwise, it returns $False.
Example 1: Enable Windows Error Reporting
PS C:\> Enable-WindowsErrorReporting
This command enables Windows Error Reporting.RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/p/?linkid=287618Disable-WindowsErrorReporting
Get-WindowsErrorReporting