Hello Experts,
I want to make "departmentNumber" and "extensionattribute2"attributes empty from AD user using powershell.
Also I want to modify these two attribute as well.
Kindly Assist.
Regards,
Saurabh
Hello Experts,
I want to make "departmentNumber" and "extensionattribute2"attributes empty from AD user using powershell.
Also I want to modify these two attribute as well.
Kindly Assist.
Regards,
Saurabh
You can remove the values using the -Clear parameter. You can also use -Add and -Replace.
Referring to the help for a cmdlet is always a good idea before asking for help. set-aduser
16 people are following this question.