0

What is limit of UPN suffix in windows server 2012? And Limit is based on one organization unit (OU) or overall?

Abdul Rafay
  • 787
  • 6
  • 21

2 Answers2

0

Short answer:

No hostname in an Active Directory forest can exceed 64 characters.

Long answer:

The depth of a domain tree is limited by a maximum fully qualified domain name (FQDN) length for a host of 64 characters. This means that the host name and the domain name combined cannot exceed 64 characters, including the periods that separate each component of the name.

And that rule is applied globally not just in organizational units.

smr5
  • 2,593
  • 6
  • 39
  • 66
-1

Review the customer added comments here. https://technet.microsoft.com/en-us/library/active-directory-maximum-limits-scalability(v=ws.10).aspx

But note: you can add 850-1000 UPN suffixes to each OU, but realize that you can't necessarily use those across a trust.

Jobobo
  • 1
  • 1