Azure
How To Fully Take away Microsoft Azure AD Join
Introduction
This text is about learn how to fully take away Microsoft Azure AD join and cease listing synchronization between on-premises Lively Listing and Azure Lively Listing.
Step 1
That is my area controller DC01.rapidtech365.native which is built-in with Azure ADDS
Step 2
Now I will examine the Azure AD sync standing. You may entry your azure portal utilizing this URL https://aad.portal.azure.com
Step 3
That is my On-prem consumer which is built-in with Azure AD Join.
Step 4
That is my synced customers from On-prem
Step 5
First I’m going to Set up MSOnline module on the area controller utilizing Powershell cmdlet. Open PowerShell as Admin and kind following the command.
Set up-Module AzureAD
Set up-Module MSOnline
When you run the cmdlet it would ask immediate message simply give (A) to put in the modules
Step 6
Following the cmdlet to hook up with your M365 Portal.
When you enter the cmdlet it would ask you to log in to the portal, simply give your World credential
Join-MsolService
Step 7
This command for checking Azure AD Join is enabled or disabled
If it is exhibiting True that means Enabled
(Get-MsolCompanyInformation).Directorysynchronizationenabled
Step 8
Now I will disable Synchronization. Following the cmdlet
Set-MsolDirSyncEnabled -EnableDirSync $false
Step 9
Now you may see my Azure AD join is disabled efficiently.
Step 10
Now I will uninstall Azure AD Join
Step 11
Efficiently I’ve eliminated Azure AD Join from my Area Controller
Step 12
Uninstall Azure AD Join Agent Updater and restart your Area Controller
Step 13
Browse from C:Program Information and Delete all azure advert associated folders
Step 14
I fully eliminated my Azure AD sync Service
Conclusion
This text taught us learn how to take away correctly Azure AD Join. If in case you have any questions, please contact me.
Thanks.