How do I export user's Exchange 2000 SMTP email addresses to a text file using the CLI? (NETIQKB20557)

  • 7720557
  • 02-Feb-2007
  • 19-Jun-2007

Resolution

goal
How do I export user's Exchange 2000 SMTP email addresses to a text file using the CLI?

fact
Directory and Resource Administrator 6.x

fact
Directory and Resource Administrator 7.x

fix

The CLI does not have the ability to display SMTP address information, however the SMTP email information can be gathered using any of the following methods:

1. Use the Directory and Resource Reporting Tool to display the mail property of users.  Below are the steps to export the SMTP email address to a text file using the DRA Reporting tool.

  1. Launch DRA Reporting logged in as an account with minimum Built-in Reporting
  2. Select File | Enter Design Mode.
  3. Select Queries from the Objects list.
  4. Select Create query in Design view and click Open.
  5. Select the Tables tab in the Show Table dialog box.
  6. Select the USERS table and click Add.
  7. Click Close.
  8. Double-click the $McsFriendlyName and mail fields.
  9. Select File | Save.
  10. Save the query as email_address and close the Query 1: Select Query screen.

2.  Use the DRA ADSI provider to gather the mail property of a user.  Information about the DRA ADSI provider can be found in the Software Development Kit (SDK).  Information about the SDK can be found at: https://www.netiq.com/kb/esupport/consumer/esupport.asp?id=NETIQKB311

3.  Use the UpdateWin2k.xls to retrieve the mail property of users into an Excel spreadsheet.  This Excel application allows the retrieval of properties of various classes (computer, contact, group, organizationalUnit, user) from Active Directory and then the ability to update multiple properties to Active Directory from a spreadsheet. The UpdateWin2k.xls can be found under the ADSI & CLI scripts section of the Knowledge Depot at:  https://www.netiq.com/support/dra/extended/knowledgedepot/default.asp


 



Additional Information

Formerly known as NETIQKB20557