Active Directory User objects

Active Directory User objects

A user object in AD is used to represent a real user in an organizational network environment.

Say for example Joshua is a new employee in my organization, and I need to allow him accesses to various resources of the organization. All I have to do to achieve this is create a user object in the Active Directory users and computers console and assign access permissions to the user object representing Joshua. And depending on the permissions I assign to the user object Joshua’s access over resources might be granted, restricted or denied.

To create a user object in Active Directory

  • Start -> administrative tools -> Active Directory users and computers console
  • Right click on the console tree
  • From the menu that pops choose the option “new”
  • On choosing the option new another menu pops with a list of objects , from that choose “user”
  • An object creation wizard appears as shown in the figure below, enter the value for various attributes of the user object and click next
  • In the next page of the creation Wizard enter the password for the user account, in this page below the text boxes that prompt for password you will also notice a few self-explanatory options to configure password settings.
  • After you have configured the password settings click finish
  • On clicking finish the object will be created and can be located on the ADUC console tree in its respective container.
Active Directory User objects management

The pages of the user object creation Wizard

To delete a user object in AD

  • Open ADUC
  • Right click on the user object you intend to delete
  • From the submenu that pops choose the option “delete”
  • The user object will be deleted from Active Directory and will no more appear on the console tree.

To modify a user object in AD

  • Open ADUC and right click on the user object you intend to modify
  • From the shortcut menu that pops choose the option “properties”
  • A user object properties dialogue box appears with various tabs
  • Navigate through the various tabs and make the necessary changes
  • Click apply and then ok
  • The modifications will hence be made.

Mandatory attributes

Every object has a set of mandatory and optional attributes. The values for the mandatory attributes are a mandatory requirement for the successful creation of the object. For example the mandatory attributes for a user object are cn and SAMAccountName; these attributes are unique across a domain and are used to uniquely identify the objects across the domain.

To view the mandatory attributes of the user object

  • Right click on the user object in the ADUC console
  • A dialogue box appears; from that choose the attribute editor tab
  • In the attribute editor tab click on the filter button
  • On clicking on the filter button a submenu with list of attribute types pops up
  • From the menu choose mandatory
  • The mandatory attributes of user object are cn, objectCategory, objectclass, SAMAccountName

There are also other attributes such as telephoneNumber, Manager Etc. which are optional; an object can be created without these attributes. These attributes are simply used for the convenience of improving object descriptions.

To understand the user object and its various attributes better, one needs to explore the user object properties dialogue box. To open the user object properties dialogue box right click on the user object and choose “properties”. The various attributes are categorized under different tabs based on their functionalities.

    • Related Articles

    • Active Directory Objects

      Real-world entities such as users, computers are represented as objects in Active Directory. Objects are the fulcrum for the very existence of Active Directory. One important aspect with respect to object characteristics is that some of the objects ...
    • Active Directory Objects List

      Objects are the fulcrum of Active Directory. The ease of an organization’s resource management comes from the fact that objects give AD a modular structure. Introduction The individual components of an organization’s network are called objects in ...
    • Creating objects in Active Directory

      You can create objects in Active Directory by using the Active directory users and computers console. Start -> Administrators tools -> Active Directory users and computers. On the Active Directory users and computers console, right click on the ...
    • Locating Objects in Active Directory

      Objects in AD can be traced using two methods. 1. The DSquery command line tool 2. The Find dialogue box in ADUC console DSquery is a directory service search command-line tool. It can be used with appropriate parameters to search objects in Active ...
    • Active Directory Computer Objects Management

      A computer object in AD is used to model a real computer in an organizational network environment. Say for example, I bought a new computer machine -01 in my organization, and want to allow people to access various organizational resources through ...