paradox
paradox

Reputation: 71

Regarding Azure AD Connect directory configuration

Whether Only the Active Directory forests should be added in the connect your directories window of Azure AD Connect or we can also add domains in the connect your directories window of Azure AD Connect ?

Attached the connect your directories window of AAD Connect enter image description here

Upvotes: 0

Views: 121

Answers (1)

Imran
Imran

Reputation: 5520

You can able to add domain in azure ad connect please check this below workaround

  • Run this following command on that system try to install azure ad module and login
     $msolcred = get-credential
    connect-msolservice -credential $msolcred
    New-MsolFederatedDomain –SupportMultipleDomain –DomainName

Try to launch Azure AD Connect from the desktop -> manage federation ->Federation ad domain ->click azure AD domain

enter image description here

enter image description here

enter image description here

Upvotes: 1

Related Questions