I'm going to preface my answer by saying I'm looking at this at a very high level as I dont have a deep understanding of your environment.
@Yuki Sun-MSFT is correct in saying that removing Exchange does not remove the attributes from AD DS. The article here should help you if you need to check and remove all Exchange attributes and settings from Active Directory:
https://www.alitajran.com/how-to-remove-exchange-from-active-directory/
I'm assuming that you want to re-enable sync purely from a User Management and Security perspective so that users don't have 2 separate passwords, which also creates double the management overhead. It really depends on the changes you've made in the Cloud, but you could in theory re-enable Azure AD Connect and only specify a test OU to see if the following will work:
- Soft matching of your users
- Password sync when changed on AD DS
- Will it break any of your cloud changes globally or will it only affect the synced users? It really depends on what your changes are and how business critical they are.
The other way I would look at it is this - you have said you are a small business, so with that in mind how large is your on-premises footprint. Do you have specific LOB Applications that require AD DS, or could these Apps support Azure AD identity and authentication? Is there a possiblilty to move to a full cloud model where you could do the following:
- Onboard all user devices to Azure AD Joined
- Keep your files and data in SharePoint/OneDrive
- Move to a Cloud Print solution
- Move your LOB Apps to either Azure VMs or dedicated App Services?
Not sure if this is an option for you, but could be worth considering?
Hope this helps,
Thanks
Michael Durkan
- If the reply was helpful please upvote and/or accept as answer as this helps others in the community with similar questions. Thanks!