Integrating Microsoft 365 with ADManager Plus requires the three modules listed below and TLS 1.2 to be enforced.
Modules required:
1. AzureAD
2. MsOnline
3. ExchnageOnlineManagement
Run "Get-InstalledModule" in PowerSehll as Admin, to view the list of available modules in your environment. If any of the modules are missing, execute the respective cmdlets provided below in PowerShell as Admin to install them.
1. To install AzureAD ---> Install-Module AzureAd
2. To install MsOnline ---> Install-Module MsOnline
3. To install ExchangeOnlineManagement ---> Install-Module ExchangeOnlineManagement
Enforce TLS 1.2
TLS has to be enforced to secure the data transferred over a network. Follow the steps provided in this document to enable it.