I am trying to setup ADFS through Azure AD connect and running into a problem. They have a forest root domain that only contains admin accounts, all other resources exist in a child domain where AAD & ADFS will be installed.
For the directory connect section I need to specify an account in the forest root domain which works fine, this account is also a member of enterprise admins. I then specify an ADFS service account from the child domain. When running the installation I get
the error below. The account referenced is one I have specified for the directory connect.
Microsoft.Online.Deployment.PowerShell.PowerShellInvocationException: An error occurred while executing the 'Install-AdfsFarm' command. The specified user ( domain.LOCAL\svcazureldap
) is not a member of Domain Admins of the target machine's domain. ---> System.Management.Automation.RemoteException: The specified user (domain.LOCAL\svcazureldap ) is not a member of Domain Admins of the target machine's domain.
How do I resolve this so I can install ADFS, as I know it's not possible to add this account to domain admins on the child domain?
Thanks,
Richard