Computer Management on remote connected laptop

  • Thread starter Thread starter el
  • Start date Start date
E

el

Hi all,
Can I run the Computer Management on a remote connected latop (using VPN through the Internet)? My purpose is to add a new user to that laptop which is in another city and can connect to our network using VPN.

TIA,
el
 
You can do it using psexec.exe (www.sysinternals.com):

psexec \\203.123.99.55 cmd{Enter}
net user Jack SomePassword /add{Enter}
net localgroup administrators Jack /add{Enter}
Hi all,
Can I run the Computer Management on a remote connected latop (using VPN through the Internet)? My purpose is to add a new user to that laptop which is in another city and can connect to our network using VPN.

TIA,
el
 
Back
Top