Reputation: 9984
Does anyone know what is the max character length in the AD notes field?
Upvotes: 2
Views: 8317
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
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
Upvotes: 4