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 [http://msdn.microsoft.com/en-us/library/windows/desktop/ms677291(v=vs.85).aspx | + | 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: | ||
Line 20: | Line 20: | ||
CN=default-Display <- Properties <br> | CN=default-Display <- Properties <br> | ||
Edit the '''extraColumns''' attribute. <br> | Edit the '''extraColumns''' 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 | + | 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> |
<ldapdisplayname>,<column header>,<default visibility>,<width>,<unused> | <ldapdisplayname>,<column header>,<default visibility>,<width>,<unused> | ||
Example: | Example: |
Revision as of 20:10, 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.
These new columns show up in the search result columns, or saved query columns. They do not show up in regular OU columns.