From LedHed's Wiki
Jump to: navigation, search
Line 8: Line 8:
 
CN=computer-Display <- Properties <br>
 
CN=computer-Display <- Properties <br>
 
Edit the '''attributeDisplayNames''' attribute. <br>
 
Edit the '''attributeDisplayNames''' attribute. <br>
Add the attribute you want to see in the following [https://msdn.microsoft.com/en-us/library/windows/desktop/ms677291(v=vs.85).aspx|format]: <br>
+
Add the attribute you want to see in the following [http://msdn.microsoft.com/en-us/library/windows/desktop/ms677291(v=vs.85).aspx|format]: <br>
 
  <ldapdisplayname>,<column header>
 
  <ldapdisplayname>,<column header>
 
Example:
 
Example:

Revision as of 20:09, 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 [1]:

<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 [2]:

<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.

These new columns show up in the search result columns, or saved query columns. They do not show up in regular OU columns.


Reference

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