Multi-Forest Sync Without AD Connect: What Azure AD Cloud Sync Solves for MSPs
TL;DR
- Azure AD Connect Cloud Sync is a lightweight agent installed from the Azure AD admin center that can replace or run alongside the heavier AD Connect application.
- Its biggest win for MSPs is syncing multiple forests that are not on the same network into a single tenant, which AD Connect could not do.
- Configuration like OU selection and attribute mapping happens in the Azure AD admin center, and a new Hybrid Identity Admin role manages it without Global Admin.
- As of February 2021, Cloud Sync does not support writeback, advanced attribute-flow customization, or Azure AD Domain Services.
- Because you cannot set the source anchor to the mail attribute in Cloud Sync, syncing a tenant that already has users risks duplicates unless you pre-stamp ObjectGUIDs with PowerShell.
If you run SMB clients, most of your environments are hybrid. AD Connect (formerly DirSync) has synced local Active Directory into the cloud for years, and it shows up in nearly every email migration. The tool has improved a lot, but its supported topologies stayed limited. The one that hurt most: multiple forests into a single Azure AD tenant. Here is the standard AD Connect supported topology for reference:

Microsoft has now gone GA with Azure AD Connect Cloud Sync (opens in new tab), a lightweight agent installed from the Azure Active Directory admin center. It can replace AD Connect or run alongside it.
Where Cloud Sync wins for MSPs
- Lightweight agent instead of a heavy application.
- Synchronizing to one Azure AD tenant from a multi-forest environment not on the same network.
- Coexistence of AD Connect and AD Cloud Sync.
- Configuration managed in Azure AD.
- No more 30-minute sync window.
- A new Hybrid Identity Admin role in Azure AD.
The agent installs easily and can run on multiple servers for high availability. The multi-forest support for environments not on the same network is the standout. With all the M&A activity in the SMB market, being able to sync separate environments into a single tenant, instead of planning a migration path, is a real win. You can run one forest on AD Connect and another on Cloud Sync, and you can move from AD Connect to Cloud Sync, though that process is more involved and is outlined by Microsoft here (opens in new tab).

Configuration like OU selection and attribute mapping is done in the Azure AD admin center, so you do not have to remote into the domain controller for every change. The new Hybrid Identity Admin role lets someone manage the connection without being a Global Admin. And the default 30-minute sync window is gone. In our testing, new users and changes replicated to the cloud in about 5 minutes.
Where it still falls short
For all the upside, Cloud Sync carries some flaws as of February 2021. A full proof of concept surfaced these:
- No writeback capabilities.
- No advanced customization for attribute flows.
- No Azure AD Domain Services support.
Password hash synchronization is supported, but all writeback, including passwords and devices, is not, at least today. Microsoft may change this soon. Microsoft's full comparison of AD Connect to Cloud Sync (opens in new tab) is worth bookmarking.
The bigger detractor is the lack of attribute-flow customization and source anchor control. If you have ever set up AD Connect against a tenant with existing users, you know the pain of duplicate accounts when attributes are not configured correctly:

The usual fix is setting the mail attribute as the source anchor. In testing, there was no way to create that customization in Cloud Sync. To sync a tenant with existing users, you would have to run PowerShell to grab the ObjectGUIDs in AD and stamp them onto the existing Azure AD users first. That makes Cloud Sync unattractive for tenants that already have users.
Another common error worth testing for:

This one is the worst during a migration. You solve it by modifying the msExchMailboxGuid in the synchronization settings. You can still modify that attribute in Cloud Sync, so it is not actually a blocker. For more on this error and the duplicate-user problem, see our AD Connect best practices article.
Setting it up
Microsoft's single-forest tutorial (opens in new tab) is easy to follow for setup. The full proof of concept is walked through in the video on the original post.
The verdict
We like that Cloud Sync supports multi-forest configurations, which is the gap AD Connect never closed. But as of February 2021, the missing writeback, attribute-flow customization, and source anchor control mean it does not yet fit most customer environments. Worth piloting where multi-forest is the requirement; worth waiting on for tenants that already have users.
Frequently asked questions
Can Azure AD Cloud Sync run alongside AD Connect?
Yes. As of February 2021, Cloud Sync supports coexistence with AD Connect. You can have one forest synced by AD Connect and another by Cloud Sync, and you can migrate from AD Connect to Cloud Sync, though that migration path is more involved and is documented by Microsoft.
Does Azure AD Cloud Sync support password writeback?
No. As of February 2021, password hash synchronization is supported, but all writeback capabilities, including password and device writeback, are not. Microsoft may change this, but it does not exist today.
Why does Cloud Sync risk creating duplicate users?
AD Connect lets you set the mail attribute as the source anchor to match existing cloud users. Cloud Sync, as of February 2021, offers no way to customize that. To sync a tenant with existing users without duplicates, you must run PowerShell to grab the ObjectGUIDs in AD and stamp them onto the matching Azure AD users first.
Identity is the first place posture drifts
Sync topology is one decision. Whether MFA, Conditional Access, and admin roles hold across every tenant is another. CloudCapsule checks identity controls against 250+ baselines in 60 seconds, per tenant.
Try a free scan
Written by
Nick Ross
CEO · Microsoft MVP · Founder, T-Minus 365
Nick is not just a CEO, he's a respected thought leader and influencer in the MSP space. Tens of thousands of MSPs learn through his YouTube channel, T-Minus365. Nick has been honored as a three-time Microsoft MVP for his educational content; his expertise and influence are the backbone of our mission, ensuring that you are in the best hands when it comes to security.
Nick joined Pax8 in 2017, where he would ultimately oversee product management for PSA and Microsoft integrations. Following his tenure at Pax8, Nick has continued to demonstrate his leadership prowess as an executive at various MSPs, culminating in his most recent role at Sourcepass.
Nick holds a Bachelor's Degree in Business Management from Florida State University, as well as a Minor Degree in Entrepreneurship. In his free time, Nick is an avid hiker, reader, and fitness-junkie.


