Discussion:
Number of Computers an Authenticated Users can join to a Domain
(too old to reply)
Limit Computers Join to a Domain
2005-07-15 20:13:05 UTC
Permalink
How can I Override the Default Limit of the Number of Computers an
Authenticated User Can Join to a Domain Windows Server 2003 ? Windows 2000
Server had a restrict 10 computers. Which the restrict in a Windows Server
2003 Domain ?

Thank´s,
Osni
Joe Richards [MVP]
2005-07-15 22:18:39 UTC
Permalink
You can modify the ms-DS-MachineAccountQuota attribute on the domain head object.

--
Joe Richards Microsoft MVP Windows Server Directory Services
www.joeware.net
Post by Limit Computers Join to a Domain
How can I Override the Default Limit of the Number of Computers an
Authenticated User Can Join to a Domain Windows Server 2003 ? Windows 2000
Server had a restrict 10 computers. Which the restrict in a Windows Server
2003 Domain ?
Thank´s,
Osni
Limit Computers Join to a Domain
2005-07-20 20:37:07 UTC
Permalink
Do you have the full path for Windows Server 2003 Domain ?
Post by Joe Richards [MVP]
You can modify the ms-DS-MachineAccountQuota attribute on the domain head object.
--
Joe Richards Microsoft MVP Windows Server Directory Services
www.joeware.net
Post by Limit Computers Join to a Domain
How can I Override the Default Limit of the Number of Computers an
Authenticated User Can Join to a Domain Windows Server 2003 ? Windows 2000
Server had a restrict 10 computers. Which the restrict in a Windows Server
2003 Domain ?
Thank´s,
Osni
Paul Williams [MVP]
2005-07-21 07:46:07 UTC
Permalink
This attribute is an attribute of the domainDNS object.

Fire up ADSIEdit.msc and pull up the properties for the
DC=domain-name,DC=com under the Domain NC icon and choose properties. Set
the value of ms-DS-MachineAccountQuota to a value higher than 10.

Or save the following as an .ldf file and import using LDIFDE:

dn: dc=domain-name,dc=com
changetype: modify
replace: ms-DS-MachineAccountQuota
ms-DS-MachineAccountQuota: 100
-
--
Paul Williams
Microsoft MVP - Windows Server - Directory Services
http://www.msresource.net | http://forums.msresource.net
Limit Computers Join to a Domain
2005-07-21 16:59:08 UTC
Permalink
Ok, this is the best answer for my case. Thank you.
Post by Paul Williams [MVP]
This attribute is an attribute of the domainDNS object.
Fire up ADSIEdit.msc and pull up the properties for the
DC=domain-name,DC=com under the Domain NC icon and choose properties. Set
the value of ms-DS-MachineAccountQuota to a value higher than 10.
dn: dc=domain-name,dc=com
changetype: modify
replace: ms-DS-MachineAccountQuota
ms-DS-MachineAccountQuota: 100
-
--
Paul Williams
Microsoft MVP - Windows Server - Directory Services
http://www.msresource.net | http://forums.msresource.net
Ulf B. Simon-Weidner [MVP]
2005-07-16 11:49:01 UTC
Permalink
Hello,

additional what Joe wrote: if you don't want to enable authenticated users
to join computers to the domain you can change the right "Allow to join
computers to the domain" (or like that, dont have the console in front of me
right now) in the default domain controllers policy, computer settings,
windows settings, security, local rights to not include authenticated users.

If the policy is modified like that, only useraccounts with specifically
delegated permissions to a OU to add computers there are able to do it, the
general user is not allowed to join computers anymore.
--
Gruesse - Sincerely,

Ulf B. Simon-Weidner
Post by Limit Computers Join to a Domain
How can I Override the Default Limit of the Number of Computers an
Authenticated User Can Join to a Domain Windows Server 2003 ? Windows 2000
Server had a restrict 10 computers. Which the restrict in a Windows Server
2003 Domain ?
Thank´s,
Osni
Limit Computers Join to a Domain
2005-07-20 20:41:08 UTC
Permalink
ok, for default, authenticated users have the permission to add 10 computers.
I need to change this...
Post by Ulf B. Simon-Weidner [MVP]
Hello,
additional what Joe wrote: if you don't want to enable authenticated users
to join computers to the domain you can change the right "Allow to join
computers to the domain" (or like that, dont have the console in front of me
right now) in the default domain controllers policy, computer settings,
windows settings, security, local rights to not include authenticated users.
If the policy is modified like that, only useraccounts with specifically
delegated permissions to a OU to add computers there are able to do it, the
general user is not allowed to join computers anymore.
--
Gruesse - Sincerely,
Ulf B. Simon-Weidner
Post by Limit Computers Join to a Domain
How can I Override the Default Limit of the Number of Computers an
Authenticated User Can Join to a Domain Windows Server 2003 ? Windows 2000
Server had a restrict 10 computers. Which the restrict in a Windows Server
2003 Domain ?
Thank´s,
Osni
GeeB
2005-07-21 10:56:51 UTC
Permalink
Out of sheer curiosity, is there a reason the computer accounts can't be
pre-created? If the account already exists, this limitation does not apply.


"Limit Computers Join to a Domain"
Post by Limit Computers Join to a Domain
ok, for default, authenticated users have the permission to add 10 computers.
I need to change this...
Patty Calcaterra
2005-07-21 15:56:43 UTC
Permalink
I guess my question is, why do you want just anyone to be able to add
computers to the domain? Also, do you want them to add computers to a
specific OU or do you just want to add them to the Computers container?


If you want the computers added to a specific OU, the recommendation
GeeB states is very good....create the computer account through the AD
Users and Computers snapin and then join the computer to the domain.

I have typically stated this in designs I have performed:

*** Computer Accounts should always be created first using the Active
Directory Users and Computers Snap-In. Applying this method will avoid
reaching the default maximum count of 10 computer accounts able to join
a domain per divisional network or desktop administrator.

*** When the computer account is joined to the domain locally from the
machine, the default maximum will be reached not allowing the
divisional administrator to be able to add more machines to the domain.
Also by doing this, the computer accounts are not added to their
correspondent division but the general Computers container of AD.

Of course, it is also assumed that you have granted the appropriate
group the proper permissions to manage the computer objects on the
respective OUs. This is accomplished through the Delegation
Wizard....(right click on the appropriate OU and run through the
Delegation Wizard).

Regards,

Patty
Loading...