After I get the user . And I go to update the accout I get "object doesen't support this property or method". Now I know when adding a user, the fullname and description properties are valid.
'this is fine.
Set oUser = GetObject("WinNT://" & strDomain & "/" & strUser)
'This is where I get the error(s)
oUser.FullName="Joe Doe"
oUser.Description="User description here."
oUser.SetInfo
Is there some sort of update object that has to get called??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.