Windows PowerShell command on Get-command Get-WindowsErrorReporting
MyWebUniversity

Windows PowerShell command on Get-command Get-WindowsErrorReporting

NAME

Get-WindowsErrorReporting

SYNOPSIS

Retrieves the Windows Error Reporting status.

SYNTAX

Get-WindowsErrorReporting []

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.

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.String

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.

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287619

Disable-WindowsErrorReporting

Enable-WindowsErrorReporting



Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 OurUNIX.com ™