How to clear an AD attribute value using orchestration
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi Team,
We have to clear few AD attribute values from extensionAttribute5. I am able to update new value, but how to clear the field using orchestration script.
I tried with 'null', but not working.
Regards,
Saranya
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi @saranyavs
You have to
- Create a new custom Active Directory activity or modify an existing one in your ServiceNow instance.
- Add a Run Powershell Script to this activity
For Powershell command/script ,
Refer this blogs. hope it will help.
https://community.spiceworks.com/t/clear-attribute-14-in-ad-with-powershell-updated/829250
