View Full Version : create user on a remote computer.
cykill
02-05-2006, 06:00 PM
I would like to create windows user account remotely on a computer that not in a domain and not on the same network. ideas??
xenom
02-23-2006, 08:59 AM
hey cykill dunno if it will help but i found this
http://www.pcworld.com/howto/article/0,aid,116030,00.asp
mayeb that will work
motoflop
03-02-2006, 12:25 PM
Can you access it remotely and do you have admin account available there? If so, get psexec from www.sysinternals.com. Then use commands like:
c:> psexec \\1.2.3.4 -u administrator -p adminpwd cmd.exe
* now you have remote command prompt on target system
c:> net user user1 pwd1 /add
c:> exit
For help use commands "psexec /?" and "net user /?".
Paul S
03-02-2006, 03:49 PM
Hi
How do you intend on connecting to the machine?
<font color=green>Paul S</font color=green>
Powered by vBulletin™ Version 4.1.0 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.