From the course: PowerShell: Securing Windows Environments
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Just Enough Administration setup - PowerShell Tutorial
From the course: PowerShell: Securing Windows Environments
Just Enough Administration setup
- [Instructor] Just enough administration allows us to lock down the ability of certain junior administrators from having full PowerShell access to everything. And there's a couple of different reasons for that, one is you might have a malicious administrator, you might also have an administrator who just may not have full training and could cause damage by typing in the wrong commands. So what I did was I went into Tools, Active Directory Users and Computers, and I went into Users, and I created a user called Junior Admin, and there's my user, and the login is going to just be simply Junior. Now I've made Junior Admin a member of the Domain Admin, so that way this user can remote into PowerShell from another computer, and that would be the computer they'll be using to run their management. Next, I'm going to want to go into PowerShell and type in $env: PSModulePath. And what that does is it shows me the…
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.
Contents
-
-
-
-
-
-
(Locked)
PowerShell Remoting security3m 14s
-
(Locked)
Enabling or disabling PowerShell Remoting3m 29s
-
(Locked)
PowerShell security best practices2m 47s
-
(Locked)
PowerShell execution policy3m 3s
-
(Locked)
Just Enough Administration setup9m 24s
-
(Locked)
Just Enough Administration demo3m 24s
-
(Locked)
Windows Defender Application Control policy8m 6s
-
(Locked)
Applocker5m 47s
-
(Locked)