From LedHed's Wiki
Jump to: navigation, search
(Created page with "THIS IS AWESOME!!!! == Reference == http://www.showmehowtodoit.com/how-to-add-additional-columns-in-active-directory-users-and-computers-console/ Category:Windows")
 
Line 1: Line 1:
 
THIS IS AWESOME!!!!
 
THIS IS AWESOME!!!!
  
 +
 +
== Add Additional Attributes to Computer Search ==
 +
ADSIEDIT <br>
 +
Connect to Forrest level Domain Controller, '''Configuration''' naming context <br>
 +
CN=Configuration,DC=<YourDomain>,DC=<YourTLD>\CN=DisplaySpecifiers\CN=409\ <br>
 +
CN=computer-Display <- Properties <br>
 +
Edit the '''attributeDisplayNames''' attribute. <br>
 +
Add the attribute you want to see in the following format: <br>
 +
<ldapdisplayname>,<column header>
 +
Example:
 +
serialNumber,Serial Number
 +
 +
 +
== Add Additional Attributes to ADUC columns ==
 +
ADSIEDIT <br>
 +
Connect to Forrest level Domain Controller, '''Configuration''' naming context <br>
 +
CN=Configuration,DC=<YourDomain>,DC=<YourTLD>\CN=DisplaySpecifiers\CN=409\ <br>
 +
CN=default-Display <- Properties <br>
 +
Edit the '''extraColumns''' attribute. <br>
 +
Add the attribute you want to see in the following format: <br>
 +
<ldapdisplayname>,<column header>,<default visibility>,<width>,<unused>
 +
Example:
 +
comment,Comment,0,150,0
 +
 +
Note: CN=409 is for US, for other languages use a different number.
  
  

Revision as of 19:55, 16 March 2016

THIS IS AWESOME!!!!


Add Additional Attributes to Computer Search

ADSIEDIT
Connect to Forrest level Domain Controller, Configuration naming context
CN=Configuration,DC=<YourDomain>,DC=<YourTLD>\CN=DisplaySpecifiers\CN=409\
CN=computer-Display <- Properties
Edit the attributeDisplayNames attribute.
Add the attribute you want to see in the following format:

<ldapdisplayname>,<column header>

Example:

serialNumber,Serial Number


Add Additional Attributes to ADUC columns

ADSIEDIT
Connect to Forrest level Domain Controller, Configuration naming context
CN=Configuration,DC=<YourDomain>,DC=<YourTLD>\CN=DisplaySpecifiers\CN=409\
CN=default-Display <- Properties
Edit the extraColumns attribute.
Add the attribute you want to see in the following format:

<ldapdisplayname>,<column header>,<default visibility>,<width>,<unused>

Example:

comment,Comment,0,150,0

Note: CN=409 is for US, for other languages use a different number.


Reference

http://www.showmehowtodoit.com/how-to-add-additional-columns-in-active-directory-users-and-computers-console/