Skip to content

Commit e91c5ba

Browse files
authored
Merge pull request #49460 from kunalbabre/patch-1
fixed bug causing script to fail
2 parents c0e67f0 + add449a commit e91c5ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/active-directory-domain-services/tutorial-configure-password-hash-sync.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ With Azure AD Connect installed and configured to synchronize with Azure AD, now
7777
# Define the Azure AD Connect connector names and import the required PowerShell module
7878
$azureadConnector = "<CASE SENSITIVE AZURE AD CONNECTOR NAME>"
7979
$adConnector = "<CASE SENSITIVE AD DS CONNECTOR NAME>"
80+
81+
Import-Module "C:\Program Files\Microsoft Azure AD Sync\Bin\ADSync\ADSync.psd1"
8082
Import-Module "C:\Program Files\Microsoft Azure Active Directory Connect\AdSyncConfig\AdSyncConfig.psm1"
8183
8284
# Create a new ForceFullPasswordSync configuration parameter object then

0 commit comments

Comments
 (0)