From 4cef7a5ab969304fa1f0c0b46fc201efa43a4cbf Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Sat, 14 Sep 2019 11:55:16 +0500 Subject: [PATCH 1/4] Added a new query as FAQ As per suggestions, added a new point in FAQs section to guide users if they want to show the computer name in diagnostic data. Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/4740 --- windows/deployment/update/device-health-using.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/deployment/update/device-health-using.md b/windows/deployment/update/device-health-using.md index 72d8385c62..8a6c298a5d 100644 --- a/windows/deployment/update/device-health-using.md +++ b/windows/deployment/update/device-health-using.md @@ -194,7 +194,8 @@ For example: *DHAppReliability | where AppFileDisplayName == "Microsoft Outlook"* - +#### Why does computer name shown as Unknow? +To enhance consumer privacy, recent versions of Windows 10 no longer include the device name in Windows Diagnostic Data by default. To enable the devices to send their device name, you need to configure ***AllowDeviceNameInTelemetry*** via CSP or Group Policy. ## Login Health From c15f2f76847d5e8402c7e37874e1e43571005d3b Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Sat, 14 Sep 2019 22:00:30 +0500 Subject: [PATCH 2/4] Update windows/deployment/update/device-health-using.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- windows/deployment/update/device-health-using.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/update/device-health-using.md b/windows/deployment/update/device-health-using.md index 8a6c298a5d..f82a5a092f 100644 --- a/windows/deployment/update/device-health-using.md +++ b/windows/deployment/update/device-health-using.md @@ -195,7 +195,7 @@ For example: *DHAppReliability | where AppFileDisplayName == "Microsoft Outlook"* #### Why does computer name shown as Unknow? -To enhance consumer privacy, recent versions of Windows 10 no longer include the device name in Windows Diagnostic Data by default. To enable the devices to send their device name, you need to configure ***AllowDeviceNameInTelemetry*** via CSP or Group Policy. +To improve consumer privacy, recent versions of Windows 10 no longer include the device name in Windows Diagnostic Data by default. To enable the devices to send their device name, you need to configure ***AllowDeviceNameInTelemetry*** via CSP or Group Policy. ## Login Health From 822dca379a9dd9924e50b019506a11be70aaec12 Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Sun, 15 Sep 2019 08:48:44 +0500 Subject: [PATCH 3/4] Update windows/deployment/update/device-health-using.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- windows/deployment/update/device-health-using.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/update/device-health-using.md b/windows/deployment/update/device-health-using.md index f82a5a092f..4a2f26fa70 100644 --- a/windows/deployment/update/device-health-using.md +++ b/windows/deployment/update/device-health-using.md @@ -194,7 +194,7 @@ For example: *DHAppReliability | where AppFileDisplayName == "Microsoft Outlook"* -#### Why does computer name shown as Unknow? +#### Why does the computer name show up as Unknown? To improve consumer privacy, recent versions of Windows 10 no longer include the device name in Windows Diagnostic Data by default. To enable the devices to send their device name, you need to configure ***AllowDeviceNameInTelemetry*** via CSP or Group Policy. ## Login Health From b0d83ef32e93b18dac38a082997530d0284fe75e Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Tue, 17 Sep 2019 21:50:43 +0500 Subject: [PATCH 4/4] Updated device health Added troubleshooting information for devices name not appearing in diagnostic data. --- windows/deployment/update/device-health-using.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/update/device-health-using.md b/windows/deployment/update/device-health-using.md index 4a2f26fa70..81bf7d3949 100644 --- a/windows/deployment/update/device-health-using.md +++ b/windows/deployment/update/device-health-using.md @@ -195,7 +195,7 @@ For example: *DHAppReliability | where AppFileDisplayName == "Microsoft Outlook"* #### Why does the computer name show up as Unknown? -To improve consumer privacy, recent versions of Windows 10 no longer include the device name in Windows Diagnostic Data by default. To enable the devices to send their device name, you need to configure ***AllowDeviceNameInTelemetry*** via CSP or Group Policy. +Starting with Windows 10, version 1803, the device name is no longer collected by default and requires a separate opt-in. For more information, see [Enrolling devices in Windows Analytics.](https://docs.microsoft.com/windows/deployment/update/windows-analytics-get-started) Allowing device names to be collected can make it easier for you to identify individual devices that report problems. Without the device name, Windows Analytics can only label devices by a GUID that it generates. ## Login Health