Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

XADM: Exporting from Command Line Produces Only Mailboxes


View products that this article applies to.

This article was previously published under Q160602

↑ Back to the top


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.

↑ Back to the top


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
				

↑ Back to the top


Keywords: KB160602, kbusage

↑ Back to the top

Article Info
Article ID : 160602
Revision : 6
Created on : 10/28/2006
Published on : 10/28/2006
Exists online : False
Views : 332