Creating a new domain user in Active Directory

Creating a new domain user in Active Directory

Creating a new domain user in Active Directory is a straightforward process. Here’s how you can create a new user in Active Directory on a Windows Server 2022:

Steps to Create a New Domain User

  1. Open Active Directory Users and Computers:
    • Click on the Start menu.
    • Search for Active Directory Users and Computers and open it.
  2. Navigate to the Organizational Unit (OU):
    • In the left-hand pane, expand the domain where you want to create the user (e.g., example.com).
    • Navigate to the OU where you want to create the new user (e.g., IT Department).
  3. Create a New User:
    • Right-click on the OU where you want to create the new user.
    • Select New > User.
  4. Enter User Information:
    • In the New Object - User window, enter the following details:
      • First name: Enter the user’s first name.
      • Initials (optional): Enter the user’s initials.
      • Last name: Enter the user’s last name.
      • Full name: This field will auto-populate based on the first and last name.
      • User logon name: Enter a unique logon name for the user (e.g., jdoe).
    • Select the appropriate User logon name suffix (e.g., @example.com).
    • Click Next.
  5. Set User Password:
    • Enter and confirm a password for the user.
    • Configure password options by checking the appropriate boxes:
      • User must change password at next logon
      • User cannot change password
      • Password never expires
      • Account is disabled
    • Click Next.
  6. Complete the User Creation:
    • Review the information and click Finish to create the new user.

Example: Creating a User for the Marketing Department

Let’s create a user named John Doe in the Marketing department:

  1. Open Active Directory Users and Computers:
    • Open Active Directory Users and Computers from the Start menu.
  2. Navigate to the Marketing OU:
    • Expand the domain example.com.
    • Navigate to the Marketing OU.
  3. Create a New User:
    • Right-click the Marketing OU and select New > User.
  4. Enter User Information:
    • First name: John
    • Last name: Doe
    • User logon name: jdoe
    • Click Next.
  5. Set User Password:
    • Enter and confirm the password for John Doe.
    • Check User must change password at next logon.
    • Click Next.
  6. Complete the User Creation:
    • Review the information and click Finish.

Additional User Configuration (Optional)

After creating the user, you may want to configure additional settings:

  1. Add User to Groups:
    • Open the user’s properties by right-clicking the user and selecting Properties.
    • Go to the Member Of tab.
    • Click Add to add the user to the appropriate security groups (e.g., Domain Users, Marketing Team).
  2. Configure Profile and Home Folder:
    • In the user’s properties, go to the Profile tab.
    • Specify the user profile path and home folder if needed.
  3. Account Options:
    • In the user’s properties, go to the Account tab.
    • Configure logon hours, account expiration, and other account options.

Summary

By following these steps, you can create a new domain user in Active Directory on Windows Server 2022. This user will then be able to log on to the domain and access resources based on their group memberships and permissions.

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *