mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
some more text fixes
This commit is contained in:
parent
0446652386
commit
e9e3bdf0e2
@ -22,7 +22,7 @@ Steps are provided in sections that follow the recommended setup process:
|
||||
|
||||
Device Health has the following requirements:
|
||||
1. Device Health is currently only compatible with Windows 10 devices. The solution is intended to be used with desktop devices (Windows 10 workstations and laptops).
|
||||
2. The solution requires that **enhanced** Windows 10 telemetry is enabled on all devices that are intended to be displayed in the solution. These devices must have at least the [enhanced level of telemetry](https://technet.microsoft.com/itpro/windows/manage/configure-windows-telemetry-in-your-organization#basic-level) enabled. To learn more about Windows telemetry, see [Configure Windows telemetry in your organization](/windows/configuration/configure-windows-telemetry-in-your-organization).
|
||||
2. The solution requires that at least the [enhanced level of telemetry](https://technet.microsoft.com/itpro/windows/manage/configure-windows-telemetry-in-your-organization#basic-level) is enabled on all devices that are intended to be displayed in the solution. To learn more about Windows telemetry, see [Configure Windows telemetry in your organization](/windows/configuration/configure-windows-telemetry-in-your-organization).
|
||||
3. The telemetry of your organization’s Windows devices must be successfully transmitted to Microsoft. Microsoft has specified [endpoints for each of the telemetry services](https://technet.microsoft.com/itpro/windows/manage/configure-windows-telemetry-in-your-organization#endpoints), which must be whitelisted by your organization so the data can be transmitted. The following table is taken from the article on telemetry endpoints and summarizes the use of each endpoint:
|
||||
|
||||
Service | Endpoint
|
||||
@ -92,7 +92,7 @@ Device Health is offered as a solution in the Microsoft Operations Management Su
|
||||
[](images/uc-10.png)
|
||||
|
||||
|
||||
After you are subscribed to OMS Device Health and your devices have a Commercial ID, you will begin receiving data. It will typically take 24-48 hours for the first data to begin appearing. The following section explains how to deploy your Commercial ID to your Windows 10 devices.
|
||||
After you have added Device Health and devices have a Commercial ID, you will begin receiving data. It will typically take 24-48 hours for the first data to begin appearing. The following section explains how to deploy your Commercial ID to your Windows 10 devices.
|
||||
|
||||
>[!NOTE]
|
||||
>You can unsubscribe from the Device Health solution if you no longer want to monitor your organization’s devices. User device data will continue to be shared with Microsoft while the opt-in keys are set on user devices and the proxy allows traffic.
|
||||
|
@ -19,7 +19,7 @@ Device Health:
|
||||
- Identifies drivers that are causing many devices to crash, so that they can be updated or replaced.
|
||||
|
||||
>[!NOTE]
|
||||
>Information is refreshed daily so that health status can be monitored. Changes will be displayed about 24 hours after their occurrence, so you always have a recent snapshot of your devices.
|
||||
>Information is refreshed daily so that health status can be monitored. Changes will be displayed about 24-48 hours after their occurrence, so you always have a recent snapshot of your devices.
|
||||
|
||||
In OMS, the aspects of a solution's dashboard are usually divided into <I>blades</I>. Blades are a slice of information, typically with a summarization tile and an enumeration of the items that makes up that data. All data is presented through <I>queries</I>. <I>Perspectives</I> are also possible, wherein a given query has a unique view designed to display custom data. The terminology of blades, tiles, and perspectives will be used in the sections that follow.
|
||||
|
||||
@ -27,7 +27,7 @@ In OMS, the aspects of a solution's dashboard are usually divided into <I>blades
|
||||
## Device Reliability
|
||||
|
||||
- [Frequently Crashing Devices](#frequently-crashing-devices)
|
||||
- [Driver Induced OS Crashes](#driver-induced-OS-crashes)
|
||||
- [Driver-Induced OS Crashes](#driver-induced-OS-crashes)
|
||||
|
||||
|
||||
|
||||
@ -38,33 +38,44 @@ This middle blade in Device Health displays the devices that crash most often. S
|
||||
|
||||

|
||||
|
||||
Clicking the Frequently Crashing Devices blade opens a reliability perspective view, where you can filter data using filters in the left pane, see trends, and compare to commercial averages:
|
||||
Clicking the Frequently Crashing Devices blade opens a reliability perspective view, where you can filter data (by using filters in the left pane), see trends, and compare to commercial averages:
|
||||
|
||||

|
||||

|
||||
|
||||
"Commercial averages" here refers to data collected from deployments with a mix of operating system versions and device models that is similar to yours. If your crash rate is higher, there are opportunities for improvement, for example by moving to newer driver versions.
|
||||
|
||||
In this view are a number of useful items:
|
||||
|
||||
- Crash history records by date, aggregated by Failure ID. The Failure ID is an internal number that is used to group crashes that are related to each other. Eventually over time, you can use the Failure ID to provide additional info. If a crash was caused by driver, some driver fields will also be populated.
|
||||
|
||||
- Stop code: this is hex value that would be displayed on a bluescreen if you were looking directly at the affected device.
|
||||
|
||||
- Count: the number times that particular Failure ID has occurred on that specific device *on that date*.
|
||||
|
||||
In this view, you can click a particular device to see the details of that particular device and for each crash recorded on it. (You can also reach this view by clicking a particular device on the Frequently Crashing Devices blade.)
|
||||
|
||||
|
||||
>[!TIP]
|
||||
>Once you've applied a filter, for example by clicking a particular model or computer name in the left pane, you can remove the applied filter by manually editing the query. For example, in the device detail screenshot above, the results are filtered to a particular computer named "joes-pc". Remove the filter focusing on that one computer, just delete the string "joes-pc" in the query.
|
||||
|
||||
>[!NOTE]
|
||||
> Use caution when interpreting results filtered by model or operating system version. This is very useful for troubleshooting, but might not be accurate for *comparisons* because the crashes displayed could be of different types.
|
||||
> Use caution when interpreting results filtered by model or operating system version. This is very useful for troubleshooting, but might not be accurate for *comparisons* because the crashes displayed could be of different types. The overall goal for working with crash data is to ensure that most devices have the same driver versions and that that version has a low crash rate.
|
||||
|
||||
|
||||

|
||||
|
||||
This displays device records sorted by date and crash details by failure ID, also sorted by date.
|
||||
|
||||
>[!TIP]
|
||||
>Once you've applied a filter, for example by clicking a particular model or computer name in the left pane, you can remove the applied filter by manually editing the query. For example, in the device detail screenshot above, the results are filtered to a particular computer named "joes-pc". Remove the filter focusing on that one computer, just delete the string "joes-pc" in the query.
|
||||
|
||||
|
||||
### Driver Induced OS Crashes
|
||||
### Driver-Induced OS Crashes
|
||||
|
||||
This blade (on the right) displays values for the number of *devices* that have crashed due to driver issues, as well as the total number of crashes altogether due to driver issues.
|
||||
|
||||
|
||||

|
||||
|
||||
Clicking the Driver Induced OS Crashes blade opens a driver perspective view, which shows the details for the responsible driver, trends and commercial averages for that driver, alternative versions of the driver, and tools for filtering the data.
|
||||
Clicking a listed driver on the Driver-Induced OS Crashes blade opens a driver perspective view, which shows the details for the responsible driver, trends and commercial averages for that driver, alternative versions of the driver, and tools for filtering the data.
|
||||
|
||||

|
||||
|
||||
@ -72,7 +83,7 @@ Clicking through this view opens a display of still more details for the driver,
|
||||
|
||||
- Driver properties, such as its name, version, and class
|
||||
- Information (stop code, failure ID) for each crash instance
|
||||
- A list oftThe computers on which the crash occurred and the time they occurred
|
||||
- A list of the computers on which the crash occurred and the time they occurred
|
||||
|
||||
The records are sorted by the time generated and the computer. If a driver has caused a computer to crash on several different days, only the most recent event is shown in this view.
|
||||
|
||||
|
BIN
windows/deployment/update/images/device-reliability.png
Normal file
BIN
windows/deployment/update/images/device-reliability.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
Loading…
x
Reference in New Issue
Block a user