Hi,
I'm trying to sort out how I set the password must be changed attribute using powershell.
I've seen .Put("pwdLastSet", 0)$ObjUser.setInfo()
$ObjUser
= [ADSI]"LDAP://$strValue"
$ObjUser
But that doesn't seem to work.
Any ideas out there?
thanks,
Anatoli