Skip to content

Commit b914005

Browse files
authored
Update tutorial-enable-cloud-sync-sspr-writeback.md
remove space "on- premises" spell out "on-prem"
1 parent 38dac5f commit b914005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/authentication/tutorial-enable-cloud-sync-sspr-writeback.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Try the following operations to validate scenarios using password writeback. All
127127
- Write permissions on pwdLastSet
128128
- Extended rights for "Unexpire Password" on the root object of each domain in that forest, if not already set.
129129

130-
If these permissions are not set, you can set the PasswordWriteBack permission on the service account by using the Set-AADCloudSyncPermissions cmdlet and on- premises enterprise administrator credentials:
130+
If these permissions are not set, you can set the PasswordWriteBack permission on the service account by using the Set-AADCloudSyncPermissions cmdlet and on-premises enterprise administrator credentials:
131131

132132
```powershell
133133
Import-Module ‘C:\\Program Files\\Microsoft Azure AD Connect Provisioning Agent\\Microsoft.CloudSync.Powershell.dll’
@@ -136,7 +136,7 @@ Try the following operations to validate scenarios using password writeback. All
136136

137137
After you have updated the permissions, it may take up to an hour or more for these permissions to replicate to all the objects in your directory.
138138

139-
- If passwords for some user accounts aren't written back to the on-premises directory, make sure that inheritance isn't disabled for the account in the on-prem AD DS environment. Write permissions for passwords must be applied to descendant objects for the feature to work correctly.
139+
- If passwords for some user accounts aren't written back to the on-premises directory, make sure that inheritance isn't disabled for the account in the on-premises AD DS environment. Write permissions for passwords must be applied to descendant objects for the feature to work correctly.
140140

141141
- Password policies in the on-premises AD DS environment may prevent password resets from being correctly processed. If you are testing this feature and want to reset password for users more than once per day, the group policy for Minimum password age must be set to 0. This setting can be found under Computer Configuration > Policies > Windows Settings > Security Settings > Account Policies within gpmc.msc.
142142

0 commit comments

Comments
 (0)