chugh97
chugh97

Reputation: 9984

Active directory Notes field max character length

Does anyone know what is the max character length in the AD notes field?

Upvotes: 2

Views: 8317

Answers (2)

tomohulk
tomohulk

Reputation: 612

I used this:

dsquery * "cn=Schema,cn=Configuration,dc=mydomain,dc=org" -Filter "(LDAPDisplayName=info)" -attr rangeUpper

And for the notes/info field it returned:

rangeUpper
1024

Hope this helps.

Upvotes: 2

JPBlanc
JPBlanc

Reputation: 72610

The answer is in the Schema of your Active-Directory server

According to the following dialogbox for a W2K8 R2 it's : 32768

enter image description here

Upvotes: 4

Related Questions