How to Add Users and Computers in Active Directory?

by | Oct 18, 2023 | Windows

Last Updated:

What Is Active Directory (AD)?

Active Directory (AD) is Microsoft’s directory service that lets IT administrators manage users, computers, and resources across a network. One of its most essential tools is Active Directory Users and Computers (ADUC), a snap-in console that simplifies user and device management.

Requirements Before You Begin

  • Administrative privileges on the domain or delegated OU rights
  • Active Directory Domain Services (AD DS) role installed
  • A Windows Server or admin workstation with RSAT tools installed

Step 1: Launching ADUC

  1. Open Server Manager
    Server Manager dashboard on Windows Server
  2. Click Tools (top-right)
  3. Select Active Directory Users and Computers
    Active Directory Users and Computers option in Server Manager

Step 2: Explore the ADUC Interface

The left pane displays Organizational Units (OUs), while the right pane lists users, computers, and groups in the selected OU. This is your control center for AD management.

Step 3: How to Add a New User

  1. Right-click the target OU → New → User
    New User wizard in ADUC
  2. Enter user details
    User details entry screen in ADUC
  3. Set password rules
    Password options when creating new user in ADUC

Modify User Properties: Double-click a user to edit email, department, or group memberships. Learn more in our guide on Creating Groups in Active Directory.

Step 4: How to Add a Computer

  1. Open the Computers container
  2. Right-click → New → Computer
    New Computer wizard in ADUC
  3. Provide a computer name and click OK
    Completing new computer creation in ADUC

Step 5: Using ADUC’s Advanced Features

  • Enable Advanced Features: View → Advanced Features
    ADUC Advanced Features enabled
  • Reset Passwords: Right-click user → Reset Password
    Reset Password option in ADUC
    Type new password
    Entering a new password in ADUC
  • Enable/Disable Accounts: Right-click → Enable/Disable
    Enable or disable account in ADUC
  • Move Objects: Drag and drop between OUs

Best Practices

  • Use clear naming conventions
  • Regularly review inactive accounts
  • Utilize groups for access management
  • Enable auditing to track changes
  • Document all changes
  • Apply Zero Trust Security principles to access management

FAQs: Active Directory Users and Computers

Can I use ADUC on Windows 11?

Yes. Install RSAT via Windows Features or Optional Features in Settings.

What if I don’t see ADUC in Tools?

Ensure the AD DS role is installed. On client PCs, install RSAT.

How do I add a computer to Active Directory?

Right-click the Computers container in ADUC, select New → Computer, then name it and click OK.

Final Takeaway

Active Directory Users and Computers (ADUC) is a vital tool for IT administrators. It streamlines user and computer management and improves security posture. By mastering ADUC, you’ll maintain a secure, organized, and scalable directory.

More resources:


Author: Waheed Burna — IT Manager, 15+ years of experience in infrastructure, identity, and Windows administration.

Related Articles