Watch me build this lab here! (Add Loom link)
Set up and configure new user accounts in Active Directory.
Create and manage user accounts using Active Directory Users and Computers (ADUC).
- Windows Server 2022
- Active Directory Users and Computers (ADUC)
-
Connect to the Domain Controller
- RDP into the Windows Server VM where AD DS is installed.
-
Open ADUC
- Open Server Manager
- Go to Tools → Active Directory Users and Computers
-
Select the Correct OU
- Expand your domain
- Click the Organizational Unit (OU) where the user should be created
-
Create a New User
- Right-click the OU → New → User
- Enter the user details (example: first/last name)
- Set the username (User logon name)
- Click Next
-
Set the Password
- Enter the initial password
- Confirm the password
- Select Password never expires (if required for lab/testing)
- Click Next → Finish
-
Verify User Creation
- Refresh the OU view
- Confirm the user account appears in the list
-
Manage User Properties
- Right-click the user → Properties
- Review and update fields as needed (General, Account, Member Of, etc.)
- Click Apply → OK
Successfully created and managed a user account in Active Directory.