Forum Discussion
Anonymous
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
Michael Burutzis
May 29, 2017Copper Contributor
If I am not mistaken, this should have been installed by default. Are you importing it with import-module adsync ?
Also, are you getting any errors? Is ADSync working?
- AnonymousMay 29, 2017
Hi,
when i run a get-module -listavailable it is not registed in that mdule list.
Regards
DC
- AnonymousMay 29, 2017
I have found it.
I had to manually import the module psd1 from the path
C:\Program Files\Microsoft Azure AD Sync\Bin\ADSyncThanks
DC
- David SiuAug 28, 2018Copper Contributor
That worked! Good stuff bro!