Skip to content

Commit ae1d09d

Browse files
authored
Merge pull request #175610 from billmath/write2
adding new info
2 parents 2905fdd + 773a8f0 commit ae1d09d

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

articles/active-directory/cloud-sync/how-to-install.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,18 @@ To verify that the agent is running:
100100
>[!IMPORTANT]
101101
>The agent has been installed, but it must be configured and enabled before it will start synchronizing users. To configure a new agent, see [Create a new configuration for Azure AD Connect cloud sync](how-to-configure.md).
102102
103+
### Enable password writeback in Azure AD Connect cloud sync
104+
105+
To use password writeback and enable the SSPR service to detect the cloud sync agent , you need to use the `Set-AADCloudSyncPasswordWritebackConfiguration` cmdlet and tenant’s global administrator credentials:
106+
107+
```
108+
Import-Module "C:\\Program Files\\Microsoft Azure AD Connect Provisioning Agent\\Microsoft.CloudSync.Powershell.dll"
109+
Set-AADCloudSyncPasswordWritebackConfiguration -Enable $true -Credential $(Get-Credential)
110+
```
111+
112+
For more information on using password writeback with Azure AD Connect cloud sync, see.
113+
114+
103115
## Next steps
104116

105117
- [What is provisioning?](what-is-provisioning.md)

articles/active-directory/cloud-sync/how-to-troubleshoot.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes how to troubleshoot problems that might aris
44
author: billmath
55
ms.author: billmath
66
manager: daveba
7-
ms.date: 01/19/2021
7+
ms.date: 10/13/2021
88
ms.topic: how-to
99
ms.prod: windows-server-threshold
1010
ms.technology: identity-adfs
@@ -22,6 +22,7 @@ Cloud sync touches many different things and has many different dependencies. Th
2222
|[Agent problems](#agent-problems)|Verify that the agent was installed correctly and that it communicates with Azure Active Directory (Azure AD).|
2323
|[Object synchronization problems](#object-synchronization-problems)|Use provisioning logs to troubleshoot object synchronization problems.|
2424
|[Provisioning quarantined problems](#provisioning-quarantined-problems)|Understand provisioning quarantine problems and how to fix them.|
25+
|[Password writeback](#password-writeback)|Understand common password writeback issues and how to fix them.|
2526

2627

2728
## Agent problems
@@ -227,6 +228,19 @@ If you need to repair the cloud sync service account you can use the `Repair-AAD
227228
228229
5. Once this completes it should say that the account was repaired successfully.
229230
231+
## Password writeback
232+
The following information is important to keep in mind with regard to enabling and using password writeback with cloud sync.
233+
234+
- If you need to update the [gMSA permissions](how-to-gmsa-cmdlets.md#using-set-aadcloudsyncpermissions), it may take up to an hour or more for these permissions to replicate to all the objects in your directory. If you don't assign these permissions, writeback may appear to be configured correctly, but users may encounter errors when they update their on-premises passwords from the cloud. Permissions must be applied to “This object and all descendant objects” for **Unexpire Password** to appear.
235+
- 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.
236+
- 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 passwords 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**.
237+
- If you update the group policy, wait for the updated policy to replicate, or use the gpupdate /force command.
238+
- For passwords to be changed immediately, Minimum password age must be set to 0. However, if users adhere to the on-premises policies, and the Minimum password age is set to a value greater than zero, password writeback will not work after the on-premises policies are evaluated.
239+
240+
241+
242+
243+
230244
## Next steps
231245
232246
- [Known limitations](how-to-prerequisites.md#known-limitations)

articles/active-directory/cloud-sync/what-is-cloud-sync.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ The following table provides a comparison between Azure AD Connect and Azure AD
6363
| Allow minimal set of attributes to be synchronized (MinSync) |||
6464
| Allow removing attributes from flowing from AD to Azure AD |||
6565
| Allow advanced customization for attribute flows || |
66-
| Support for writeback (passwords, devices, groups) || |
66+
| Support for password writeback |||
67+
| Support for device writeback|| |
68+
| Support for group writeback|| |
6769
| Azure AD Domain Services support|| |
6870
| [Exchange hybrid writeback](../hybrid/reference-connect-sync-attributes-synchronized.md#exchange-hybrid-writeback) || |
6971
| Unlimited number of objects per AD domain || |

0 commit comments

Comments
 (0)