May 29 2017
05:40 AM
- last edited on
Jan 14 2022
05:32 PM
by
TechCommunityAP
May 29 2017
05:40 AM
- last edited on
Jan 14 2022
05:32 PM
by
TechCommunityAP
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
May 29 2017 06:30 AM
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?
May 29 2017 03:02 PM
Hi,
when i run a get-module -listavailable it is not registed in that mdule list.
Regards
DC
May 29 2017 03:09 PM
May 29 2017 03:09 PM
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
Nov 28 2017 05:19 AM - edited Nov 28 2017 05:20 AM
SolutionIn Powershell:
Import-Module –Name "C:\Program Files\Microsoft Azure AD Sync\Bin\ADSync" -Verbose
Dec 12 2022 10:27 AM