October 10th, 2012

PowerTip: Use PowerShell to Check Status of Windows Error Reporting

Doctor Scripto
Scripter

Summary: Use the Get-WindowsErrorReporting cmdlet to check the status of Windows Error Reporting.

Hey, Scripting Guy! Question How do I check the status of Windows Error Reporting on my computer?

Hey, Scripting Guy! Answer Use the Get-WindowsErrorReporting cmdlet from the WindowsErrorReporting module:

PS C:\> Get-WindowsErrorReporting

Enabled

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.