From the course: PowerShell 7 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Introduction to PowerShell remoting

Introduction to PowerShell remoting - PowerShell Tutorial

From the course: PowerShell 7 Essential Training

Start my 1-month free trial

Introduction to PowerShell remoting

- [Instructor] So what is PowerShell Remoting? Well, firstly, it's a feature that lets administrators run commands on other systems or remote systems. You can connect an administrator's local PowerShell session with another session that's running on a different machine. Commands that are then entered in that local system gets sent to the remote computer, and then are executed locally as if the admin was on that machine. The remote system will then send the results back to the local systems. So if I'm on a Windows 10 device, I send the commands out, they will come back to me. Now, PowerShell Remoting utilizes a Windows Remote Management, or WinRM framework, to provide that remoting feature. You can then utilize PowerShell Desired State Configuration, or DSC, and Windows Management Instrumentation, WMI, as part of that Windows Remote Management. PowerShell Remoting itself uses TCP, HTTP, and also HTTPS communications.…

Contents