Skip to content

Commit aab837e

Browse files
authored
Merge pull request #48736 from PrzemyslawKlys/patch-1
Update how-to-connect-password-hash-synchronization.md
2 parents bf90acd + 7673477 commit aab837e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,15 @@ When *EnforceCloudPasswordPolicyForPasswordSyncedUsers* is disabled (which is th
9494

9595

9696
To enable the EnforceCloudPasswordPolicyForPasswordSyncedUsers feature, run the following command using the MSOnline PowerShell module as shown below. You would have to type yes for the Enable parameter as shown below :
97+
9798
```
98-
`Set-MsolDirSyncFeature -Feature EnforceCloudPasswordPolicyForPasswordSyncedUsers`
99-
`cmdlet Set-MsolDirSyncFeature at command pipeline position 1`
100-
`Supply values for the following parameters:`
101-
`Enable: yes`
102-
`Confirm`
103-
`Continue with this operation?`
104-
`[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y`
99+
Set-MsolDirSyncFeature -Feature EnforceCloudPasswordPolicyForPasswordSyncedUsers
100+
cmdlet Set-MsolDirSyncFeature at command pipeline position 1
101+
Supply values for the following parameters:
102+
Enable: yes
103+
Confirm
104+
Continue with this operation?
105+
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y
105106
```
106107

107108
Once enabled, Azure AD does not go to each synchronized user to remove the `DisablePasswordExpiration` value from the PasswordPolicies attribute. Instead, the value is set to `None` during the next password sync for each user when they next change their password in on-premises AD. 

0 commit comments

Comments
 (0)