top of page

The specified module ‘adsync’ was not loaded because no valid module file was found in any module directory

Updated: Dec 29, 2023

Issue:

When trying to Import-Module Adsync it fails with below error

Azure AD Connect

It is not shown in the available modules as well, when we run Get-Module

Azure AD Connect

Resolution for this Azure AD Connect Issue:

Use the below command to get the AzureADSync Module imported manually from the AADConnect Installed Path Location

Import-Module –Name “C:\Program Files\Microsoft Azure AD Sync\Bin\ADSync” -Verbose

AzureADConnect

Now do validate the Cmdlets of Azure ADSync and you could see it gets resolved without any issues.

2 views0 comments
bottom of page