Added important note for #909

This commit is contained in:
Jose Ortega
2019-05-15 11:10:40 -05:00
parent a994177de9
commit 1909addbbb

View File

@ -12,7 +12,7 @@ ms.localizationpriority: medium
ms.topic: article ms.topic: article
--- ---
# Windows error reporting # Windows Error Reporting
**Applies to** **Applies to**
- Windows 10 - Windows 10
@ -26,6 +26,9 @@ When Windows Setup fails, the result and extend code are recorded as an informat
To use Windows PowerShell, type the following commands from an elevated Windows PowerShell prompt: To use Windows PowerShell, type the following commands from an elevated Windows PowerShell prompt:
>[!IMPORTANT]
>}The following source will be available only if you have done an update from a previous version of windows 10 into a new version. If you installed the current version and have not done any update, the source named **WinSetupDiag02** will be unavailable.
```Powershell ```Powershell
$events = Get-WinEvent -FilterHashtable @{LogName="Application";ID="1001";Data="WinSetupDiag02"} $events = Get-WinEvent -FilterHashtable @{LogName="Application";ID="1001";Data="WinSetupDiag02"}
$event = [xml]$events[0].ToXml() $event = [xml]$events[0].ToXml()