Windows remote access without RDP?

1

Given valid credentials for an existing non-admin user account who is not in the RDP group, is there a way to access this account without RDP? VNC is not an option either. Tools like psexec (in different flavours) apparently don't work (or I didn't understand how to use them).

countermode

Posted 2015-07-25T19:50:40.643

Reputation: 851

1Has the account been granted remote login rights? – user1686 – 2015-07-25T20:28:38.093

This question is too broad for SuperUser. Please edit the question and redefine your question so an answer can be given that has not many possibilities. (See the help->Help Center on how to ask a question). – LPChip – 2015-07-25T22:21:56.527

@grawity: the user is not in the RDP goup. – countermode – 2015-07-26T06:22:59.563

Answers

1

There are way too many possibilities to do that. If you'd like to access Desktop than use open sourced UltraVnc, it has ability authenticate over regular credentials, but my advice is to install encryption plugin and use asymmetric cryptographic keys to protect traffic and made it impossible to brute force.

If you need console access, then the most reliable way is to install Cygwin and activate ssh daemon(also support public key authentication) that used for decades on Unix based system to remotely manage computers. Cygwin environment allows you to use both - windows programs and Unix based powerful utilities.

Alex

Posted 2015-07-25T19:50:40.643

Reputation: 5 606

There are a number of free alternatives to set up a Windows system as an SSH server. I've used Bitvise SSH Server, Copssh, which makes use of Cygwin, freeSSHd, and PowerShell SSH Server. UltraVNC is good for VNC; there's also TightVNC

– moonpoint – 2015-07-25T21:29:30.607

Just to add to that list I personally use and recommend teamviewer as it can run without being installed. So no admin rights required to get it working. Edit: free for personal use. If you are using it to access your corporate or business resources you may need to purchase a license. – Darius – 2015-08-02T10:15:30.473