On 7/28/2015 1:46 PM, Chris Murphy wrote:
Windows Server has power shell disabled by default. The functional equivalent, sshd, is typically enabled on Linux servers.
to be pedantic about it, the equivalent of PowerShell is NOT sshd, its bash/ksh/csh/zsh/sh ... PowerShell does not by itself allow external connections, you'd need to configure a telnetd or sshd server to allow that (or remote desktop or vnc or ...).