PowerShell Remoting
Last updated
Last updated
PSRemoting allows you to run commands on remote computers just as if you were sitting in front of them. PSRemoting provides a set of features that connects and authenticates a user user, runs remote commands and returns any output from that command to the local computer.
Think of PSRemoting like telnet or SSH or even psexec. Itβs just a way to run commands on computers within PowerShell.
enable powershell remoting: