0 votes

Can you let me know how to simultaneously add a value to a custom attribute to both the AD and Entra user objects? The graphical interface update only does it to the AD user object.

Thanks.

ago by (790 points)

1 Answer

0 votes
ago by (300k points)
selected ago by
Best answer

Hello,

The only option is to update the on-premises account manually and use a business rule triggering After updating a user to modify the Microsoft Entra account. The latter will be done using the following script from our repository: https://www.adaxes.com/script-repository/copy-property-values-from-on-premises-account-to-entra-one-s700.htm. The rule will look like below: image.png Pay attention that the workflow will only work if both the on-premises and Microsoft Entra accounts are managed in Adaxes.

0

Thanks, works perfectly.

Related questions

0 votes
1 answer

Here is what i have been trying with Set-ADUser -Identity $user -Clear "extensionAttribute5" Set-ADUser -Identity $user -Add @{extensionAttribute5 = "NoLicenseNeeded"}

asked Nov 29, 2021 by Markh (20 points)
0 votes
1 answer

Is it possible to script having users added (or removed) from a Security Group based on another AD Attribute? I have found ways to do this in Powershell (something like): ... just utilize the PS script and just run it through Adaxes on a timed fashion? Thanks!

asked Oct 7, 2014 by PunkinDonuts (360 points)
0 votes
1 answer

We have a Hybrid enviroment where our On-Prem AD is leading. We also have cloud only groups. Now I need to give key users rights to manage the memebership of the cloud ... cannot select the On-Prem domain. The option is greyed out. Am I missing something?

asked Jan 30, 2024 by a.blonk (190 points)
0 votes
1 answer

I am trying to get a better understanding of how all this works, so forgive me if some of these questions don't make sense. We are trying to remove our final Exchange On ... to the cloud, then I would need to keep our last on-prem exchange server running?

asked Jan 9 by emeisner (120 points)
0 votes
1 answer

We are using the below snippet to grab the email of a single custom attribute object. Can I get guidance on the best way to modify this to get all the emails of each ... "The user specified in parameter 'MyParameter' has no email address. ", "Information") }

asked Dec 23, 2024 by msheppard (790 points)
3,662 questions
3,349 answers
8,451 comments
549,143 users