Computer Management on remote connected laptop

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
 
P

Pegasus \(MVP\)

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
 

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