grittyminder
IS-IT--Management
Hi there,
I want to add a new local user. The slightly strange part is that the user to add is an object. So the following code, of course, won't work for this.
Set objUser = objComputer.Create("user", userName)
objUser.SetPassword password
objUser.SetInfo
Is it possible to add the entire user object? Or will I be forced to create a new user, then add all the attributes associated with the old user to the new user individually? If that is the route I must take, how can I ennumerate through the user object attributes?
I want to add a new local user. The slightly strange part is that the user to add is an object. So the following code, of course, won't work for this.
Set objUser = objComputer.Create("user", userName)
objUser.SetPassword password
objUser.SetInfo
Is it possible to add the entire user object? Or will I be forced to create a new user, then add all the attributes associated with the old user to the new user individually? If that is the route I must take, how can I ennumerate through the user object attributes?