Skip to main content

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?

 

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??

 

 


I tried already with $null without success...


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


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. 


unfortunately not avail. in FS for Azure AD