Adding and removing extensionattribute to AD object

后端 未结 7 1410
春和景丽
春和景丽 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:38

    You could try using the -Clear parameter

    Example:-Clear Attribute1LDAPDisplayName, Attribute2LDAPDisplayName

    http://technet.microsoft.com/en-us/library/ee617215.aspx

提交回复
热议问题