Skip to content

Commit 773a8f0

Browse files
committed
updating
1 parent e1dd08d commit 773a8f0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
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)

0 commit comments

Comments
 (0)