I want to connect to a remote Windows 10 Desktop computer via the command line. I know I could install an SSH server, but then I need to configure the router, or a VPN. Is there a service (preferably free) similar to TeamViewer that allows command line access to a Windows computer? It would seem that would be easier and less demanding since it doesn't require sending the graphical interface.
Asked
Active
Viewed 2,454 times
-1
-
1I might be misunderstanding - would Powershell Remoting do the job for you? If it won't, please describe why and that will let me home in on the right thing for you. https://www.faqforge.com/windows/create-powershell-session-remote-computer/ – Rob Pearson Oct 06 '19 at 04:52
-
1Logmein Pro has a "command line only" option for remote connection – Luke Jan 04 '21 at 18:28
1 Answers
3
PS remoting should help depending where you are coming from. Inside your network run this - Enter-PSSession [-ComputerName]

Edwrd_T_Justice
- 156
- 5