How to connect to a server in Windows Command Line (or Powershell) without netcat
How to connect to a server in Windows Command Line (or Powershell) without netcat
Youd typically want to use:
Enter-PSSession -Computername HOSTNAME
Beware that there are some requirements to do this.
Running winrm qc
on the host usually solves the most problems.
See full info on Enter-PSSession.