PowerTip: Use PowerShell to Check Status of Windows Error Reporting

PowerTip: Use PowerShell to Check Status of Windows Error Reporting

Rate This
  • Comments 2

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

Leave a Comment
  • Please add 4 and 6 and type the answer here:
  • Post
  • Just a suggestion but could you please document the version of PowerShell and OS environment these tips apply to?

  • @Greg Wojan The above tip applies to Windows 8 (and possibly to Windows Server 2012 but I did not check). In general, I am trying to add a Windows 8 tag for things that apply specifically for that version -- I missed. this one.

Page 1 of 1 (2 items)