
Active Directory Administration Cookbook, Second Edition
By :

In this recipe, we create a computer object. This object can later be used to attach a device to when it is domain-joined.
To create a computer account, you need to sign in to a domain controller or to a member server, or a device with the Remote Server Administration Tools (RSAT) for Active Directory Domain Services installed.
Sign in with an account that is a member of the Domain Admins group, the Account Operators group, or with an account that has delegated privileges to create computer objects in the domain or in the scope of the Organizational Unit (OU) where the computer account is created.
This recipe describes four ways to create a computer object:
To create a computer using Active Directory Users...