Adding and removing extensionattribute to AD object

后端 未结 7 1363
春和景丽
春和景丽 2020-12-09 18:02

I\'m using powershell to modify some AD extensionattribute.

This is my code to add an extensionattribute

Set-ADUser -Identity \"anyUser\" -Add @{exte         


        
相关标签:
7条回答
  • 2020-12-09 18:48

    I have struggled a long time to modify the extension attributes in our domain. Then I wrote a powershell script and created an editor with a GUI to set and remove extAttributes from an account.

    If you like, you can take a look at it at http://toolbocks.de/viewtopic.php?f=3&t=4

    I'm sorry, that the description in the text is in German. The GUI itself is in English.

    I use this script on a regular basis in our domain and it never deleted anything or did any other harm. I provide no guarantee, that this script works as expected in your domain. But as I provide the source, you can (and should) have a look at it, before you run it.

    0 讨论(0)
提交回复
热议问题