MENU

Fun & Interesting

POWERSHELL : WINRM,WS MAN and Managing Sessions

POWER OF POWERSHELL 4,844 3 years ago
Video Not Working? Fix It Now

Starting with PowerShell 6.0 you can use Secure Shell (SSH) to establish a connection to and create a session on a remote computer, if SSH is available on the local computer and the remote computer is configured with a PowerShell SSH endpoint. The benefit of an SSH based PowerShell remote session is that it can work across multiple platforms (Windows, Linux, macOS). For SSH based sessions you use the HostName or SSHConnection parameter set to specify the remote computer and relevant connection information.

Comment