From 339ea6f96ee21148091f040dc65d3115d625216e Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Fri, 6 May 2016 17:04:20 +1000 Subject: [PATCH] fix numbering issues, add troubleshoot topic --- ...windows-defender-advanced-threat-protection.md | 15 ++++++++------- ...windows-defender-advanced-threat-protection.md | 8 ++++++++ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/windows/keep-secure/configure-proxy-internet-windows-defender-advanced-threat-protection.md b/windows/keep-secure/configure-proxy-internet-windows-defender-advanced-threat-protection.md index cac027642f..731eea65a8 100644 --- a/windows/keep-secure/configure-proxy-internet-windows-defender-advanced-threat-protection.md +++ b/windows/keep-secure/configure-proxy-internet-windows-defender-advanced-threat-protection.md @@ -143,16 +143,17 @@ Verify the proxy configuration completed successfully, that WinHTTP can discover 4. Enter the following command and press **Enter**: -``` -HardDrivePath\PsExec.exe -s cmd.exe -``` + ``` + HardDrivePath\PsExec.exe -s cmd.exe + ``` Replace *HardDrivePath* with the path where the PsTools Suite was extracted to: -![Image showing the command line](images/psexec-cmd.png) + ![Image showing the command line](images/psexec-cmd.png) 5. Enter the following command and press **Enter**: -``` -HardDrivePath\portqry.exe -n us.vortex-win.data.microsoft.com -e 443 -p tcp -``` + + ``` + HardDrivePath\portqry.exe -n us.vortex-win.data.microsoft.com -e 443 -p tcp + ``` Replace *HardDrivePath* with the path where the PortQry utility was extracted to: ![Image showing the command line](images/portqry.png) diff --git a/windows/keep-secure/troubleshoot-onboarding2-windows-defender-advanced-threat-protection.md b/windows/keep-secure/troubleshoot-onboarding2-windows-defender-advanced-threat-protection.md index 1d9cd0f6d1..74c7e390e7 100644 --- a/windows/keep-secure/troubleshoot-onboarding2-windows-defender-advanced-threat-protection.md +++ b/windows/keep-secure/troubleshoot-onboarding2-windows-defender-advanced-threat-protection.md @@ -129,3 +129,11 @@ ASK ALON HOW SET TO AUTOMATIC IF IT'S NOT SET FROM THE CONSOLE. ### Ensure that the Windows Defender ATP endpoint has internet connection +The Window Defender ATP sensor requires Microsoft Windows HTTP (WinHTTP) to be able to report telemetry and communicate with the Windows Defender ATP service. + +WinHTTP is independent of the Internet browsing proxy settings and other user context applications and must be able to detect the proxy servers that are available in your particular environment. + +To ensure that sensor has service connectivity, follow the steps described in the [Verify client connectivity to Windows Defender ATP service URLs](configure-proxy-internet-windows-defender-advanced-threat-protection.md# +Verify-client-connectivity-to-Windows-Defender-ATP-service-URLs) topic. + +If the verification fails and your environment is using a proxy to connect to the internet, then follow the steps described in [Configure proxy and Internet connectivity settings](configure-proxy-internet-windows-defender-advanced-threat-protection.md#) topic.