From the course: PowerShell: Automating IT Administration

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Configuring remote access settings

Configuring remote access settings - PowerShell Tutorial

From the course: PowerShell: Automating IT Administration

Configuring remote access settings

- [Instructor] Okay, so we just talked about delegated administration. We touched on this idea of roles and capabilities. Now, when we create roles and capabilities they're done using very specific PowerShell cmdlets and then we have to connect the PowerShell session that we are in or that we wish to create to that capability and role configuration. So the first thing we're going to do here is we're going to create a new PowerShell directory. So I've got my delegated folder which we've used in the past. I'm just going to say new item and then create a folder called JEA, which is going to be called Just Enough Access, which is what this is referred to in PowerShell. So I'm going to right click here, choose run selection. If I go to my folder structure here you'll see I've got my JEA blocking option that's been created for me. What I'm then going to do is create another folder with inside that called role capabilities.…

Contents