Skip to content

Update autopilot-hybrid-connector-proxy.md #4799

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions autopilot/autopilot-hybrid-connector-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<?xml version="1.0" encoding="utf-8" ?>
Expand Down Expand Up @@ -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
<?xml version="1.0" encoding="utf-8" ?>
Expand Down