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, 2017Brass 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?