By using this site, you agree to the Privacy Policy.
Accept
EnterinITEnterinITEnterinIT
  • HOME
  • IT PRO
  • TECH
  • MICROSOFT
    • Azure
    • ConfigMgr/SCCM
    • DPM
    • Orchestrator
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Office 365
    • Office Insider
    • Power BI
    • Skype
    • SQL Server
    • Teams
  • WINDOWS
    • Windows Admin Center
    • Windows Client
    • Windows Server
  • SCCM Query Collection List
Reading: How to Create a New Computer Object in Active Directory: Step-by-Step Guide
Font ResizerAa
EnterinITEnterinIT
Font ResizerAa
  • HOME
  • IT PRO
  • TECH
  • MICROSOFT
  • WINDOWS
  • SCCM Query Collection List
Search
  • HOME
  • IT PRO
  • TECH
  • MICROSOFT
    • Azure
    • ConfigMgr/SCCM
    • DPM
    • Orchestrator
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Office 365
    • Office Insider
    • Power BI
    • Skype
    • SQL Server
    • Teams
  • WINDOWS
    • Windows Admin Center
    • Windows Client
    • Windows Server
  • SCCM Query Collection List
IT Pro

How to Create a New Computer Object in Active Directory: Step-by-Step Guide

Published November 27, 2024
3 Min Read
SHARE

How to Create a New Computer Object in Active Directory: Step-by-Step Guide.

Contents
The Active Directory Computer ObjectCreate Computer object with Active Directory Users and Computers console (ADUC)Create the computer object with Dsadd.exeCreate the computer object with Windows PowerShell

The Active Directory Computer Object

Computer objects are used to uniquely identify and manage Windows-based domain clients within Active Directory. They are used to specify computer names, locations, properties, and access rights. Computer objects can be created in Windows Server 2016 Active Directory by using the Active Directory Users and Computers (ADUC) console. ADUC is a Microsoft Management Console (MMC) snap-in that allows for centrally managing objects within Active Directory.

ADUC is installed by default on Windows Servers with the Active Directory Domain Services (ADDS) role enabled. Additionally, any Windows client can run ADUC by installing the Microsoft Remote Server Administration Tools (RSAT). RSAT is commonly installed on Windows clients for system administrators to perform job tasks.

Create Computer object with Active Directory Users and Computers console (ADUC)

1. Run your Active Directory – users & computers console (from Domain Controller or Client PC, for example, Windows 10 with RSAT). Go to target “Organization Unit (by expanding your tree);

2. Right Mouse Button click on the Organization Unit or in the Organization Unit (on free space) and select New, after in list select Computer;

3. Next fill parameters:

“Computer name” – the name of the device in a domain (future device name). In accordance with your corporate politics about devices names;

“User or Group” – select, who join the device to the domain (credentials entered on the device when joining to the domain);

After fill parameters – press OK;

4. Check completed steps;

Create the computer object with Dsadd.exe

The Dsadd.exe utility enables you to create computer objects from the command line, just as you created user objects earlier in this lesson. You can create a batch file of Ddsadd.exe commands to generate multiple objects in one process. The basic syntax for creating a computer object by using Dsadd.exe is as follows:

dsadd computer <ComputerDN>
BAT (Batchfile)

The <ComputerDN> parameter specifies a distinguished name for the new computer object you want to create. The DNs use the same format as those in CSV files, as discussed earlier.

Create the computer object with Windows PowerShell

Windows PowerShell includes the New-ADComputer cmdlet, which you can use to create computer objects with the following basic syntax. This cmdlet creates computer objects, but it does not join them to a domain.

New-ADComputer -Name <computer name> -Path <distinguished name>
PowerShell
TAGGED:Active DirectoryMicrosoft Windows ServerWindowsWindows 10
Previous Article Prepare for Active Directory and DNS roles installation in Windows Server 2016
Next Article How to Join Windows 10 to a Domain: Step-by-Step Guide
Leave a Comment Leave a Comment

Leave a Reply Cancel reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Translation

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
by Transposh - translation plugin for wordpress

Popular Posts

System Requirements for Windows Server 2016
Windows Server
Configuration Manager Query Collection List
Configuration Manager Query Collection List
ConfigMgr
Structured/Managed Navigation enabled on Modern Pages in Classic Team Sites
Tech
SCCM Failed to get DP locations as the expected version from MP
ConfigMgr

Recent Posts

Installing and Configuring Fail2ban for SSH Protection on Ubuntu 24.04
Linux
Enabling and Configuring FirewallD on AlmaLinux
Linux
User Creation and SSH Key Setup in AlmaLinux
Linux
How to reset password on AlmaLinux
Linux

© 2023 EnterinIT

Go to mobile version
adbanner
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?