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/6] 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 85ad38e628e8e2fd30811dcd4abc3d2b071e224c Mon Sep 17 00:00:00 2001 From: Roberth Strand Date: Sat, 14 Sep 2019 12:04:58 +0200 Subject: [PATCH 2/6] Added 'Server 2019' --- ...activate-using-active-directory-based-activation-client.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/deployment/volume-activation/activate-using-active-directory-based-activation-client.md b/windows/deployment/volume-activation/activate-using-active-directory-based-activation-client.md index 2ab639a904..c4bbe327f2 100644 --- a/windows/deployment/volume-activation/activate-using-active-directory-based-activation-client.md +++ b/windows/deployment/volume-activation/activate-using-active-directory-based-activation-client.md @@ -10,7 +10,8 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: activation -audience: itpro author: greg-lindsay +audience: itpro +author: greg-lindsay ms.localizationpriority: medium ms.date: 07/27/2017 ms.topic: article @@ -24,6 +25,7 @@ ms.topic: article - Windows Server 2012 R2 - Windows Server 2012 - Windows Server 2016 +- Windows Server 2019 **Looking for retail activation?** - [Get Help Activating Microsoft Windows](https://go.microsoft.com/fwlink/p/?LinkId=618644) 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 3/6] 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 4/6] 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 5/6] 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 From 58cf01e70f61441213d09ed91be7cc4b2e65220a Mon Sep 17 00:00:00 2001 From: Lauren Moynihan Date: Tue, 17 Sep 2019 10:14:13 -0700 Subject: [PATCH 6/6] the first link under "related topics" the first link under "related topics" has a broken link. I proposed what might be the right one but not sure. Can you please update? For some reason this issue is blocking my ability to redirect my docs in the redirection file for windows-docs-pr. Thanks! Lauren --- .../manage-automation-folder-exclusions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/manage-automation-folder-exclusions.md b/windows/security/threat-protection/microsoft-defender-atp/manage-automation-folder-exclusions.md index e05d6ca55c..06ee6e6bf1 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/manage-automation-folder-exclusions.md +++ b/windows/security/threat-protection/microsoft-defender-atp/manage-automation-folder-exclusions.md @@ -80,5 +80,5 @@ You can specify the file names that you want to be excluded in a specific direct ## Related topics -- [Manage automation allowed/blocked lists](manage-automation-allowed-blocked-list.md) +- [Manage automation allowed/blocked lists](manage-indicators.md) - [Manage automation file uploads](manage-automation-file-uploads.md)