add user to remote machine

A

Alice

I need to add multiple domain user accounts to each of
their desktop computers local administrator group. Is
their a better way to do this besides 'right-click -
manage'? I was looking for a script if possible.

Thanks.
 
P

PKS

from command line: 'net user ?' will give you syntax help
for adding new users.

Example:
net user jsmith password /add

HTH
 
A

Alice

That command actually creates new user accounts. I need
to add a domain user account to the local administrator
group on a remote workstation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top