Forum Discussion
c5411
Jul 07, 2022Copper Contributor
Error installing Azure Active Directory Connect - AuthorizationManager check failed.
Good day to all, I am having issues when I attempt to install Azure Active Directory Connect. Below is the log file section related to the failure. I saw another post that referenced installing the ...
mikhailf
Jul 07, 2022Steel Contributor
Hello c5411,
Please, try to manually install the Microsoft certificate:
- Go to C:\Program Files\Microsoft Azure Active Directory Connect\AADPowerShell\MSonline.Format.ps1xml
- Right-click the file, and open the properties
- Go to 'Digital Signatures' tab and open the details for the certificate
- Click View certificate
- Click Install certificate for the local machine
- Manually choose to store certificates at 'Trusted publishers'
- Click Ok to close the certificate wizard.
- Go Back to the Azure AD Connect Wizard > Click Previous > and Click Next again.
IT - Hint: Error when configuring Azure AD Connect at MSOnline.Format.ps1xml file
- c5411Jul 08, 2022Copper ContributorThank you for the reply. While manually installing the certificate did not address the problem, it led me down the path of the solution.
I reviewed all of the objects in the GPOs and determined that the PowerShell signing requirement was what was stopping the process from completing. Using the logic of installing the certificate, I used GP to add the both of the certificates that are used to sign the PowerShell scripts and xml files in Azure Active Directory Connect to the computers Trusted Publishers node. Now everything is working correctly.
Thank you for the assistance.