Skip to content

Commit add449a

Browse files
authored
fixed bug causing script to fail
1 parent ad0a969 commit add449a

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)