Skip to main content
Question

In the Microsoft Active Directory Orchestrator how do I delete a property?

  • February 1, 2024
  • 5 replies
  • 41 views

msconfig87
Top Contributor ⭐
Forum|alt.badge.img+10

Hi. I need to delete the users phone number in Active Directory.

I saw that in the Microsoft Active Directory - Orch there is a Function called ”Update User”. But I cannot find a way to delete or empty a value for a user.
My current workaround is via PowerShell Orchestrator. But is there really no other way?

 

5 replies

afautley
Top Contributor ⭐
Forum|alt.badge.img+11
  • Top Contributor ⭐
  • February 1, 2024

HI!

I see what you mean, I have the app too and i’ve never needed it before now but yes there is no way to blank out a field…. 

 

for it to update a field you have to type something in… 

 

Unless anyone has a way of putting an input in which blanks the field??

 

 


msconfig87
Top Contributor ⭐
Forum|alt.badge.img+10
  • Author
  • Top Contributor ⭐
  • February 1, 2024

I tried already with $null without success...


Forum|alt.badge.img+6
  • Skilled Expert
  • May 2, 2024

wondering the same, so far not able to find any input that would empty the field either.


Daniel Söderlund
Top Contributor ⭐
Forum|alt.badge.img+14

Powershell is using set-ADuser -clear flag and it’s not in the FS app that I have seen. Only way is to use the powershell node/app. 


Forum|alt.badge.img+6
  • Skilled Expert
  • May 2, 2024

unfortunately not avail. in FS for Azure AD