HOWTO: Determine LDAP Name For Exchange Server Objects
ID: Q237682
|
The information in this article applies to:
-
Microsoft Exchange Server, versions 5.0, 5.5
SUMMARY
When using ADSI and LDAP to query the Exchange Server directory you need to provide the name of the object attribute that you want to retrieve.
MORE INFORMATION
To determine what the LDAP name of the object attribute is, follow these steps:
- Run the Exchange admin program in raw mode. For example, if Admin.exe file exists under "C:\Exchsrvr\bin" directory, run the following command in the Command Prompt:
C:\exchsrvr\bin\admin.exe -r
- From the View menu, select the Raw folder.
- In the left-pane, double-click on the Schema object.
- In the right-pane, double-click on the Exchange server object that you are wanting to determine the LDAP name for. For example, double-click on Serial-Number.
- The attribute value of the Description is the name you should use with LDAP. For example, the description and LDAP name for Serial-Number is serialNumber.
Additional query words:
LDAP property
Keywords : kbADSI kbMsg kbEDK500 kbEDK550 kbGrpMsg kbDSupport
Version : winnt:5.0,5.5
Platform : winnt
Issue type : kbhowto
|