XADM: Exporting from Command Line Produces Only Mailboxes

Last reviewed: April 3, 1997
Article ID: Q160602
The information in this article applies to:
  • Microsoft Exchange Server, version 4.0

SUMMARY

When you use the Microsoft Exchange Server Administrator Export function from the command line, if the Export is missing, only mailboxes will be exported regardless of the other settings.

MORE INFORMATION

The sample command line is:

   Admin /e <Export file> /d directory server name /o <options file>

Actual Example:

   Admin /e Output.csv  /d Myserver /o Export.ini

Example of Export.ini. This will export only custom recipients:

   [Export]
   Basepoint=/o=Microsoft/ou=wonderland/cn=Recipients
   Homeserver=Myserver
   ExportObject=Remote

when you remove the [Export], only mailboxes are exported. This will export only mailboxes:

   Basepoint=/o=Microsoft/ou=wonderland/cn=Recipients
   Homeserver=Myserver
   ExportObject=Remote


Additional query words:
Keywords : kbbug4.00 kbusage XADM
Version : 4.0 5.0
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 3, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.