Forum Discussion
Deleted
May 29, 2017ADSync Module
Hi Guys, I recetly installed the Azure AD Connect on a lab DC. I cannot however find the ADSync Powershell module that should be installed along with this. I have search the Powershell Gallery and...
- Nov 28, 2017
In Powershell:
Import-Module –Name "C:\Program Files\Microsoft Azure AD Sync\Bin\ADSync" -Verbose
Deleted
I have found it.
I had to manually import the module psd1 from the path
C:\Program Files\Microsoft Azure AD Sync\Bin\ADSync
Thanks
DC
Peter Richardt
Nov 28, 2017Copper Contributor
In Powershell:
Import-Module –Name "C:\Program Files\Microsoft Azure AD Sync\Bin\ADSync" -Verbose
- abraxidDec 12, 2022Copper ContributorInteresting thing is even with the full path doesn't work on my machine... "Import-Module : The specified module 'C:\Program Files\Microsoft Azure AD Sync\Bin\ADSync' was not loaded because no
valid module file was found in any module directory."