Skip to content

Commit 714a3c2

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/hybrid/how-to-connect-password-hash-synchronization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ It is typical to force a user to change their password during their first logon,
125125

126126
The temporary password functionality helps to ensure that the transfer of ownership of the credential is completed on first use, to minimize the duration of time in which more than one individual has knowledge of that credential.
127127

128-
To support temporary passwords in Azure AD for synchronized users, you can enable the *ForcePasswordResetOnLogonFeature* feature, by running the following command on your Azure AD Connect server:
128+
To support temporary passwords in Azure AD for synchronized users, you can enable the *ForcePasswordChangeOnLogOn* feature, by running the following command on your Azure AD Connect server:
129129

130-
`Set-ADSyncAADCompanyFeature  -ForcePasswordResetOnLogonFeature $true`
130+
`Set-ADSyncAADCompanyFeature  -ForcePasswordChangeOnLogOn $true`
131131

132132
> [!NOTE]
133133
> Forcing a user to change their password on next logon requires a password change at the same time. AD Connect will not pick up the force password change flag by itself; it is supplemental to the detected password change that occurs during password hash sync.

0 commit comments

Comments
 (0)