Forum Discussion
BehnazH
Jan 29, 2025Copper Contributor
Creating Custom Entra Connect Rules for Attribute Sync from Entra ID to Active Directory
We have successfully synced our Active Directory and Entra ID Directories using Entra Connect. We must create customized sync rules to force-write user attributes from Entra ID to Active Directory. T...
kyazaferr
Jan 30, 2025MCT
To apply the new rules, run the following on the Entra Connect Server: Start-ADSyncSyncCycle -PolicyType Initial
Start-ADSyncSyncCycle -PolicyType Delta
Get-ADUser -Identity "UserName" -Properties title
Get-MgUser -UserId "email address removed for privacy reasons" | Select-Object JobTitle