changes to endpoint proxy and internet settings topic

This commit is contained in:
Joey Caparas 2017-02-15 14:58:19 -08:00
parent 910efe1a5d
commit 24076dcd0f

View File

@ -45,16 +45,16 @@ Configure a registry-based static proxy to allow only Windows Defender ATP senso
The static proxy is configurable through Group Policy (GP). The group policy can be found under: **Administrative Templates > Windows Components > Data Collection and Preview Builds > Configure connected user experiences and telemetry**. The static proxy is configurable through Group Policy (GP). The group policy can be found under: **Administrative Templates > Windows Components > Data Collection and Preview Builds > Configure connected user experiences and telemetry**.
The registry key that this policy sets can be found at: The policy sets two registry values `TelemetryProxyServer` as REG_SZ and `DisableEnterpriseAuthProxy` as REG_DWORD under the registry key `HKLM\Software\Policies\Microsoft\Windows\DisableEnterpriseAuthProxy`.
```HKLM\Software\Policies\Microsoft\Windows\DataCollection TelemetryProxyServer```
The registry value `TelemetryProxyServer` takes the following string format:
The policy and the registry key takes the following string format:
```text ```text
<server name or ip>:<port> <server name or ip>:<port>
``` ```
For example: 10.0.0.6:8080 For example: 10.0.0.6:8080
If the static proxy settings are configured after onboarding, then you must restart the PC to apply the proxy settings. The registry value `DisableEnterpriseAuthProxy` should be set to 1.
## Configure the proxy server manually using netsh command ## Configure the proxy server manually using netsh command