Learn about Windows PowerShell
Summary: Use the Get-WindowsErrorReporting cmdlet to check the status of Windows Error Reporting.
How do I check the status of Windows Error Reporting on my computer?
Use the Get-WindowsErrorReporting cmdlet from the WindowsErrorReporting module:
PS C:\> Get-WindowsErrorReporting
Enabled
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.