Merged PR 9350: Added procedure for collecting log from Windows 10 Holographic

This commit is contained in:
Maricia Alforque 2018-06-25 23:56:53 +00:00
parent f8e3e501e2
commit f36251e06e
2 changed files with 26 additions and 4 deletions

View File

@ -96,9 +96,9 @@ Example: Export the Debug logs
</SyncML> </SyncML>
``` ```
## Collect logs from Windows 10 Mobile devices ## Collect logs from Windows 10 Mobile devices
Since there is no Event Viewer in Windows 10 Mobile, you can use the [Field Medic]( http://go.microsoft.com/fwlink/p/?LinkId=718232) app to collect logs. Since there is no Event Viewer in Windows 10 Mobile, you can use the [Field Medic](https://www.microsoft.com/en-us/p/field-medic/9wzdncrfjb82?activetab=pivot%3aoverviewtab) app to collect logs.
**To collect logs manually** **To collect logs manually**
@ -168,9 +168,9 @@ The following table contains a list of common providers and their corresponding
   
## Collect logs remotely from Windows 10 Mobile devices ## Collect logs remotely from Windows 10 Holographic or Windows 10 Mobile devices
For mobile devices already enrolled in MDM, you can remotely collect MDM logs through the MDM channel using the [DiagnosticLog CSP](diagnosticlog-csp.md). For holographic or mobile devices already enrolled in MDM, you can remotely collect MDM logs through the MDM channel using the [DiagnosticLog CSP](diagnosticlog-csp.md).
You can use the DiagnosticLog CSP to enable the ETW provider. The provider ID is 3DA494E4-0FE2-415C-B895-FB5265C5C83B. The following examples show how to enable the ETW provider: You can use the DiagnosticLog CSP to enable the ETW provider. The provider ID is 3DA494E4-0FE2-415C-B895-FB5265C5C83B. The following examples show how to enable the ETW provider:

View File

@ -1627,6 +1627,28 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware
## Change history in MDM documentation ## Change history in MDM documentation
### June 2018
<table class="mx-tdBreakAll">
<colgroup>
<col width="25%" />
<col width="75%" />
</colgroup>
<thead>
<tr class="header">
<th>New or updated topic</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td style="vertical-align:top">[Diagnose MDM failures in Windows 10](diagnose-mdm-failures-in-windows-10.md)</td>
<td style="vertical-align:top"><p>Added procedure for collecting logs remotely from Windows 10 Holographic.</p>
</td></tr>
</tbody>
</table>
### May 2018 ### May 2018
<table class="mx-tdBreakAll"> <table class="mx-tdBreakAll">