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 onlne to no avail.
Has anyone came across this?
Thanks in advance
DC
In Powershell:
Import-Module –Name "C:\Program Files\Microsoft Azure AD Sync\Bin\ADSync" -Verbose
- Michael BurutzisBrass 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?
- Deleted
Hi,
when i run a get-module -listavailable it is not registed in that mdule list.
Regards
DC
- Deleted
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