- Lab
- A Cloud Guru
Configure Just Enough Administration (JEA)
This lab walks through the process of configuring Just Enough Administrative (JEA).
Path Info
Table of Contents
-
Challenge
Configure Active Directory
- Create the two organizational units (OUs), one for privileged user accounts named
Privileged Admins
and another for non-privileged user accounts namedUser Accounts
.- Move the privileged user account
admin_user
to the privileged user account OU. - Move the non-privlileged user account
helpdesk_user
to the non-privileged account OU.
- Move the privileged user account
- Create a Domain Local Active Directory security group named
Helpdesk Staff
. - Add the
helpdesk_user
user to theHelpdesk Staff
group.
- Create the two organizational units (OUs), one for privileged user accounts named
-
Challenge
Configure Just Enough Administration (JEA)
- Configure Just Enough Administration (JEA) to allow helpdesk staff to unlock accounts and reset passwords for non-privileged user accounts using the Active Directory powershell module:
- Create a module.
- Define role capabilities.
- Create the session configuration.
- Register the configuration.
Please note: You can refer to the following code snippets when creating your role capabilities: Code Snippets
- Configure Just Enough Administration (JEA) to allow helpdesk staff to unlock accounts and reset passwords for non-privileged user accounts using the Active Directory powershell module:
-
Challenge
Test the Configuration
- Log on to
BRAWKS1
as our non-privileged domain user account[email protected]
. - Connect to
BRADC1
using PowerShell Remoting and specify the configuration you created. - Test unlocking accounts and resetting user accounts for prilvileged like
admin_user
and non-prilveged users likehelpdesk_user
.
- Log on to
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.