Skip to content

Commit 8fc7f4e

Browse files
authored
Merge pull request #225963 from ktoliver/2023397-c
[AQ] edit pass: Hybrid identity reference - 5 articles (2023397)
2 parents 5f9b31c + 8620ec9 commit 8fc7f4e

21 files changed

+381
-278
lines changed
Lines changed: 48 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
title: 'Azure AD Connect: Getting Started using express settings | Microsoft Docs'
3-
description: Learn how to download, install and run the setup wizard for Azure AD Connect.
2+
title: 'Azure AD Connect: Get started by using express settings'
3+
description: Learn how to download, install, and run the setup wizard for Azure AD Connect.
44
services: active-directory
55
author: billmath
66
manager: amycolannino
7-
ms.assetid: b6ce45fd-554d-4f4d-95d1-47996d561c9f
87
ms.service: active-directory
98
ms.workload: identity
109
ms.tgt_pltfrm: na
@@ -15,51 +14,65 @@ ms.author: billmath
1514

1615
ms.collection: M365-identity-device-management
1716
---
18-
# Getting started with Azure AD Connect using express settings
19-
Azure AD Connect **Express Settings** is used when you have a single-forest topology and [password hash synchronization](how-to-connect-password-hash-synchronization.md) for authentication. **Express Settings** is the default option and is used for the most commonly deployed scenario. You are only a few short clicks away to extend your on-premises directory to the cloud.
17+
# Get started with Azure AD Connect by using express settings
2018

21-
Before you start installing Azure AD Connect, make sure to [download Azure AD Connect](https://go.microsoft.com/fwlink/?LinkId=615771) and complete the pre-requisite steps in [Azure AD Connect: Hardware and prerequisites](how-to-connect-install-prerequisites.md).
19+
If you have a single-forest topology and use [password hash sync](how-to-connect-password-hash-synchronization.md) for authentication, express settings is a good option to use when you install Azure AD Connect. Express settings is the default option to install Azure AD Connect, and it's used for the most commonly deployed scenario. It's only a few short steps to extend your on-premises directory to the cloud.
2220

23-
If express settings does not match your topology, see [related documentation](#related-documentation) for other scenarios.
21+
Before you start installing Azure AD Connect, [download Azure AD Connect](https://go.microsoft.com/fwlink/?LinkId=615771), and be sure to complete the prerequisite steps in [Azure AD Connect: Hardware and prerequisites](how-to-connect-install-prerequisites.md).
22+
23+
If the express settings installation doesn't match your topology, see [Related articles](#related-articles) for information about other scenarios.
2424

2525
## Express installation of Azure AD Connect
2626

27-
1. Sign in as a local administrator to the server you wish to install Azure AD Connect on. You should do this on the server you wish to be the sync server.
28-
2. Navigate to and double-click **AzureADConnect.msi**.
29-
3. On the Welcome screen, select the box agreeing to the licensing terms and click **Continue**.
30-
4. On the Express settings screen, click **Use express settings**.
31-
![Welcome to Azure AD Connect](./media/how-to-connect-install-express/express.png)
32-
5. On the Connect to Azure AD screen, enter the username and password of a Hybrid Identity Administrator for your Azure AD. Click **Next**.
33-
![Connect to Azure AD](./media/how-to-connect-install-express/connectaad.png)
34-
If you receive an error and have problems with connectivity, then see [Troubleshoot connectivity problems](tshoot-connect-connectivity.md).
35-
6. On the Connect to AD DS screen, enter the username and password for an enterprise admin account. You can enter the domain part in either NetBios or FQDN format, that is, FABRIKAM\administrator or fabrikam.com\administrator. Click **Next**.
36-
![Connect to AD DS](./media/how-to-connect-install-express/connectad.png)
37-
7. The [**Azure AD sign-in configuration**](plan-connect-user-signin.md#azure-ad-sign-in-configuration) page only shows if you did not complete [verify your domains](../fundamentals/add-custom-domain.md) in the [prerequisites](how-to-connect-install-prerequisites.md).
38-
![Unverified domains](./media/how-to-connect-install-express/unverifieddomain.png)
39-
If you see this page, then review every domain marked **Not Added** and **Not Verified**. Make sure those domains you use have been verified in Azure AD. Click the Refresh symbol when you have verified your domains.
40-
8. On the Ready to configure screen, click **Install**.
41-
* Optionally on the Ready to configure page, you can unselect the **Start the synchronization process as soon as configuration completes** checkbox. You should unselect this checkbox if you want to do additional configuration, such as [filtering](how-to-connect-sync-configure-filtering.md). If you unselect this option, the wizard configures sync but leaves the scheduler disabled. It does not run until you enable it manually by [rerunning the installation wizard](how-to-connect-installation-wizard.md).
42-
* Leaving the **Start the synchronization process as soon as configuration completes** checkbox enabled will immediately trigger a full synchronization to Azure AD of all users, groups, and contacts.
43-
* If you have Exchange in your on-premises Active Directory, then you also have an option to enable [**Exchange Hybrid deployment**](/exchange/exchange-hybrid). Enable this option if you plan to have Exchange mailboxes both in the cloud and on-premises at the same time.
44-
![Ready to configure Azure AD Connect](./media/how-to-connect-install-express/readytoconfigure.png)
45-
9. When the installation completes, click **Exit**.
46-
10. After the installation has completed, sign off and sign in again before you use Synchronization Service Manager or Synchronization Rule Editor.
27+
1. Sign in as Local Administrator on the server you want to install Azure AD Connect on.
4728

29+
The server you sign in on will be the sync server.
30+
1. Go to *AzureADConnect.msi* and double-click to open the installation file.
31+
1. In **Welcome**, select the checkbox to agree to the licensing terms, and then select **Continue**.
32+
1. In **Express settings**, select **Use express settings**.
4833

49-
## Next steps
50-
Now that you have Azure AD Connect installed you can [verify the installation and assign licenses](how-to-connect-post-installation.md).
34+
:::image type="content" source="media/how-to-connect-install-express/express.png" alt-text="Screenshot that shows the welcome page in the Azure AD Connect installation wizard.":::
35+
36+
1. In **Connect to Azure AD**, enter the username and password of the Hybrid Identity Administrator account, and then select **Next**.
37+
38+
:::image type="content" source="media/how-to-connect-install-express/connectaad.png" alt-text="Screenshot that shows the Connect to Azure AD page in the installation wizard.":::
39+
40+
If an error message appears or if you have problems with connectivity, see [Troubleshoot connectivity problems](tshoot-connect-connectivity.md).
41+
42+
1. In **Connect to AD DS**, enter the username and password for an Enterprise Admin account. You can enter the domain part in either NetBIOS or FQDN format, like `FABRIKAM\administrator` or `fabrikam.com\administrator`. Select **Next**.
43+
44+
:::image type="content" source="media/how-to-connect-install-express/connectad.png" alt-text="Screenshot that shows the Connect to AD DS page in the installation wizard.":::
5145

52-
Learn more about these features, which were enabled with the installation: [Automatic upgrade](how-to-connect-install-automatic-upgrade.md), [Prevent accidental deletes](how-to-connect-sync-feature-prevent-accidental-deletes.md), and [Azure AD Connect Health](how-to-connect-health-sync.md).
46+
1. The [Azure AD sign-in configuration](plan-connect-user-signin.md#azure-ad-sign-in-configuration) page appears only if you didn't complete the step to [verify your domains](../fundamentals/add-custom-domain.md) in the [prerequisites](how-to-connect-install-prerequisites.md).
5347

54-
Learn more about these common topics: [scheduler and how to trigger sync](how-to-connect-sync-feature-scheduler.md).
48+
:::image type="content" source="media/how-to-connect-install-express/unverifieddomain.png" alt-text="Screenshot that shows examples of unverified domains in the installation wizard.":::
5549

56-
Learn more about [Integrating your on-premises identities with Azure Active Directory](whatis-hybrid-identity.md).
50+
If you see this page, review each domain that's marked **Not Added** or **Not Verified**. Make sure that those domains have been verified in Azure AD. When you've verified your domains, select the **Refresh** icon.
51+
1. In **Ready to configure**, select **Install**.
5752

58-
## Related documentation
53+
- Optionally in **Ready to configure**, you can clear the **Start the synchronization process as soon as configuration completes** checkbox. You should clear this checkbox if you want to do more configuration, such as to add [filtering](how-to-connect-sync-configure-filtering.md). If you clear this option, the wizard configures sync but leaves the scheduler disabled. The scheduler doesn't run until you enable it manually by [rerunning the installation wizard](how-to-connect-installation-wizard.md).
54+
- If you leave the **Start the synchronization process when configuration completes** checkbox selected, a full sync of all users, groups, and contacts to Azure AD begins immediately.
55+
- If you have Exchange in your instance of Windows Server Active Directory, you also have the option to enable [Exchange Hybrid deployment](/exchange/exchange-hybrid). Enable this option if you plan to have Exchange mailboxes both in the cloud and on-premises at the same time.
56+
57+
:::image type="content" source="media/how-to-connect-install-express/readytoconfigure.png" alt-text="Screenshot that shows the Ready to configure Azure AD Connect page in the wizard.":::
58+
59+
1. When the installation is finished, select **Exit**.
60+
1. Before you use Synchronization Service Manager or Synchronization Rule Editor, sign out, and then sign in again.
61+
62+
## Related articles
63+
64+
For more information about Azure AD Connect, see these articles:
5965

6066
| Topic | Link |
6167
| --- | --- |
62-
| Azure AD Connect overview | [Integrate your on-premises directories with Azure Active Directory](whatis-hybrid-identity.md)
63-
| Install using customized settings | [Custom installation of Azure AD Connect](how-to-connect-install-custom.md) |
68+
| Azure AD Connect overview | [Integrate your on-premises directories with Azure Active Directory](whatis-hybrid-identity.md) |
69+
| Install by using customized settings | [Custom installation of Azure AD Connect](how-to-connect-install-custom.md) |
6470
| Upgrade from DirSync | [Upgrade from Azure AD sync tool (DirSync)](how-to-dirsync-upgrade-get-started.md)|
6571
| Accounts used for installation | [More about Azure AD Connect credentials and permissions](reference-connect-accounts-permissions.md) |
72+
73+
## Next steps
74+
75+
- Now that you have Azure AD Connect installed, you can [verify the installation and assign licenses](how-to-connect-post-installation.md).
76+
- Learn more about these features, which were enabled with the installation: [Automatic upgrade](how-to-connect-install-automatic-upgrade.md), [prevent accidental deletes](how-to-connect-sync-feature-prevent-accidental-deletes.md), and [Azure AD Connect Health](how-to-connect-health-sync.md).
77+
- Learn more about the [scheduler and how to trigger sync](how-to-connect-sync-feature-scheduler.md).
78+
- Learn more about [integrating your on-premises identities with Azure Active Directory](whatis-hybrid-identity.md).

0 commit comments

Comments
 (0)