userSharedFolder attribute set

Guys,

Any idea how do I set a user’s userSharedFolder attribute using powershell, Seems set-aduser doesnt have this attribute. I have a text file containing user samaccount name and userSharedFolder folder value.

Thanks in advance.

Set-ADUser may not have a specific parameter, but the -Properties param can set anything.

Thanks for your reply Don, but did you mean -Properties param of set-aduser ? I think there is no -Properties in set-Aduser.

I think I got it, I can use add or replace param in set-aduser, Thanks Don.

Apologies; wrong command. You’d use -Add or -Replace or -Remove. The help has examples.