PowerTip: Use PowerShell to Check Status of Windows Error Reporting

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon