Windows Active Directory

Active Directory (AD) Computer Object

AD objects

What is an AD computer object?  

An AD computer object represents a computer within an organization’s network. It is defined by attributes that contain information such as the computer name, ID, location, role, operating system version, and more. It cannot contain any other Active Directory object, hence it is classified as a leaf object. Computer objects serve as a security principal, which means they are an entity that can be authenticated by the system and used to control access to network resources by assigning permissions and security groups.

Object attributes: 

In Active Directory, each object is assigned a set of attributes called properties, that define the object. There are common attributes that define a computer object’s properties such as Name, Location, Member of, Description and Managed by.

Some of these attributes are mandatory and must have a value. These include:

How to create a computer object? 

Let us look at the various methods for creating an AD computer object in Active Directory:

Using ADUC:

Using PowerShell:

To create computer objects in PowerShell, use the following command.

New-ADComputer -Name  -path

Using ADAC:

How to delete a computer object?  

Management of computer objects: 

In ADUC, computer objects can be managed using the object’s properties. Right-click on the object and select Properties from the context menu to view its properties. A dialogue box with nine tabs will appear. Continue reading to learn more about each tab.

AD computer object helps in identifying and administering Windows-based domain clients by specifying the names, properties, locations, and access privileges of computers. From this article, you have learned how to create and manage computer objects in order to improve the security and performance of Active Directory.

Exit mobile version