From the course: PowerShell 5 Essential Training

Unlock the full course today

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

Enabling PowerShell remoting

Enabling PowerShell remoting - PowerShell Tutorial

From the course: PowerShell 5 Essential Training

Start my 1-month free trial

Enabling PowerShell remoting

- Before you can use PowerShell Remoting in your environment it may need to be enabled first. You're gonna wanna use this, in fact, you really don't have a choice going forward. It's going to get enabled for you if you don't enable it. What you need to do is you'll need to enable it and I'm gonna show you how to do that. Now, if you have Server 2012 or above, like 2012R2 or Server 10, it's already enabled for you on the server. It hasn't been enabled on the client and it hasn't been enabled on down level servers. Now this can be enabled all the way back to Server 2003 that can run PowerShell v2. PowerShell Remoting originally came out with version Two of PowerShell so everything that we're gonna be doing you can do this through several different versions of your servers. Now there's an easy way to do it and I'll be demonstrating this Enable-PSRemoting is gonna be the commandlet it you're sitting at the box that you wanna have this turned on. However, there is a group policy and that's…

Contents