From the course: PowerShell 7 Essential Training
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Introduction to PowerShell remoting - PowerShell Tutorial
From the course: PowerShell 7 Essential Training
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.…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.