diff --git a/windows/deployment/update/windows-analytics-FAQ-troubleshooting.md b/windows/deployment/update/windows-analytics-FAQ-troubleshooting.md index f7f71bfbb5..a1877b2d56 100644 --- a/windows/deployment/update/windows-analytics-FAQ-troubleshooting.md +++ b/windows/deployment/update/windows-analytics-FAQ-troubleshooting.md @@ -96,9 +96,9 @@ If you know that devices are experiencing stop error crashes that do not seem to 4. Verify that WER can reach all diagnostic endpoints specified in [Enrolling devices in Windows Analytics](windows-analytics-get-started.md)--if WER can only reach some of the endpoints, it could be included in the device count while not reporting crashes. 5. Check that crash reports successfully complete the round trip with Event 1001 and that BucketID is not blank. A typical such event looks like this: -[![Event viewer detail showing Event 1001 details](images/event_1001.png)](images/event_1001.png) + [![Event viewer detail showing Event 1001 details](images/event_1001.png)](images/event_1001.png) -You can use the following Windows PowerShell snippet to summarize recent occurences of Event 1001. Most events should have a value for BucketID (a few intermittent blank values are OK, however).[![App Reliability tile showing relability events trend](images/app-reliability.png)](images/app-reliability.png) + You can use the following Windows PowerShell snippet to summarize recent occurences of Event 1001. Most events should have a value for BucketID (a few intermittent blank values are OK, however).[![App Reliability tile showing relability events trend](images/app-reliability.png)](images/app-reliability.png) ```powershell @@ -117,8 +117,8 @@ Get-WinEvent -FilterHashTable @{ProviderName="Windows Error Reporting"; ID=1001} ``` -The output should look something like this: -[![Typical out put of this PowerShell snippet](images/device-reliability-event1001-PSoutput.png)](images/device-reliablity-event1001-PSoutput.png) + The output should look something like this: + [![Typical out put of this PowerShell snippet](images/device-reliability-event1001-PSoutput.png)](images/device-reliablity-event1001-PSoutput.png) 6. Check that some other installed device, app, or crash monitoring solution is not intercepting crash events. 7. Wait 48 hours for activity to appear in the reports.