I'm trying to create a batch file that can remotely add users to some Windows 2003 servers we've got on a domain. I've done it locally before but having to log in to 10+ machines becomes a pain. I've been using:
net localgroup "Remote Desktop Users" /add domain\bob
I've been going over the various net commands but can't seem to find a solid answer. Is there a way to add a user remotely with a similar command?
The machine that would be running the command is a Windows XP Pro box. Thanks all in advance.