Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

ActiveDirectory-UserManagement

Watch me build this lab here! (Add Loom link)

Set up and configure new user accounts in Active Directory.


🧩 Objective

Create and manage user accounts using Active Directory Users and Computers (ADUC).


🧰 Tools Used

  • Windows Server 2022
  • Active Directory Users and Computers (ADUC)

🪜 Steps (End-to-End)

  1. Connect to the Domain Controller

    • RDP into the Windows Server VM where AD DS is installed.
  2. Open ADUC

    • Open Server Manager
    • Go to Tools → Active Directory Users and Computers
  3. Select the Correct OU

    • Expand your domain
    • Click the Organizational Unit (OU) where the user should be created
  4. 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
  5. Set the Password

    • Enter the initial password
    • Confirm the password
    • Select Password never expires (if required for lab/testing)
    • Click Next → Finish
  6. Verify User Creation

    • Refresh the OU view
    • Confirm the user account appears in the list
  7. Manage User Properties

    • Right-click the user → Properties
    • Review and update fields as needed (General, Account, Member Of, etc.)
    • Click Apply → OK

✅ Outcome

Successfully created and managed a user account in Active Directory.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors