How to Add a User to Active Directory on Windows Server 2019

Prerequisites:

  • Active Directory installed on your Windows Server 2019.
  • Administrative credentials.

Steps:

  1. Open Active Directory Users and Computers:

    • Press Win + X and select "Active Directory Users and Computers" from the menu.
  2. Navigate to the Users Container:

    • In the Active Directory Users and Computers window, expand your domain.
    • Click on "Users" to select the container where you want to add the new user.
  3. Create a New User:

    • Right-click on an empty space in the "Users" container.
    • Select "New" and then choose "User."
  4. Complete the User Wizard:

    • The New Object - User wizard will open. Enter the user's information in the provided fields:
      • First name and Last name: Enter the user's first and last name.
      • User logon name: This is the username that the user will use to log in to the domain.
      • Set a password and configure password options.
  5. Assign User to Groups (Optional):

    • In the user properties window, go to the "Member Of" tab.
    • Click on "Add" to add the user to any necessary groups. For example, you can add the user to the "Domain Users" group.
  6. Additional Settings (Optional):

    • Explore other tabs in the user properties window to configure additional settings such as the user's profile, account options, and more.
  7. Finish:

    • Click "OK" to create the user.

The new user is now added to Active Directory. They can use their username and password to log in to any computer connected to the domain.

Please note that this is a basic guide, and depending on your organization's policies, you might need to configure additional settings for user accounts. Always follow best practices and refer to official Microsoft documentation for more detailed information.

 
 
 
  • 0 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Verwandte Artikel

Boost Your Ubuntu System's Performance with a Swap File: A Step-by-Step Guide

What is a Swap File? A swap file in Ubuntu serves as dedicated virtual memory on your hard...

How to Migrate ISPConfig 2, ISPConfig 3.x, Confixx, CPanel or Plesk to ISPConfig 3.2 (single server)

Introduction Migration from other control panels like ISPConfig 2, ISPConfig 3.x, Confixx,...

How to Install and Configure Zabbix Server and Client on Rocky Linux 9

Introduction Zabbix is an open-source monitoring solution that provides real-time...

How to Install CockroachDB Cluster on Debian 12

Introduction CockroachDB is a distributed SQL database built to handle large-scale,...

How to Install Joomla with Apache and Let's Encrypt SSL on AlmaLinux 9

Introduction Joomla is a popular open-source content management system (CMS) used to build...