diff --git a/autopilot/autopilot-hybrid-connector-proxy.md b/autopilot/autopilot-hybrid-connector-proxy.md index cdf0f54065..b1e477f5dc 100644 --- a/autopilot/autopilot-hybrid-connector-proxy.md +++ b/autopilot/autopilot-hybrid-connector-proxy.md @@ -33,7 +33,7 @@ For more information about how connectors work, see [Understand Microsoft Entra You can configure the connector to bypass your on-premises proxy to ensure it uses direct connectivity to the Azure services. We recommend this approach, as long as your network policy allows for it, because it means that you have one less configuration to maintain. -To disable outbound proxy usage for the connector, edit the ``:ProgramFiles%\Microsoft Intune\ODJConnector\ODJConnectorSvc\ODJConnectorSvc.exe.config`` file and set the default proxy to ` "False" ` as shown in the following code example: +To disable outbound proxy usage for the connector, edit the ``:ProgramFiles%\Microsoft Intune\ODJConnector\ODJConnectorEnrollmentWizard\ODJConnectorEnrollmentWizard.exe.config`` file and set the default proxy to ` "False" ` as shown in the following code example: ```xml @@ -90,7 +90,7 @@ Once the configuration files are modified, the Intune Connector for Active Direc ## Specifying an alternative proxy server -If a different proxy server needs to be used with the Intune Connector for Active Directory, for example one that bypasses authentication, the different proxy server can be specified in a similar manner. To use a different proxy, edit the ``:\Program Files\Microsoft Intune\ODJConnector\ODJConnectorUI\ODJConnectorUI.exe.config`` file and add the proxy address and proxy port in the section shown in this code sample: +If a different proxy server needs to be used with the Intune Connector for Active Directory, for example one that bypasses authentication, the different proxy server can be specified in a similar manner. To use a different proxy, edit the ``:\Program Files\Microsoft Intune\ODJConnector\ODJConnectorEnrollmentWizard\ODJConnectorEnrollmentWizard`` file and add the proxy address and proxy port in the section shown in this code sample: ```xml