How to Run Eseutil /Y (Copy File)

Microsoft Exchange Server 2007 will reach end of support on April 11, 2017. To stay supported, you will need to upgrade. For more information, see Resources to help you upgrade your Office 2007 servers and clients.

 

Applies to: Exchange Server 2007, Exchange Server 2007 SP1, Exchange Server 2007 SP2, Exchange Server 2007 SP3

You can use the Exchange Server Database Utilities (Eseutil.exe) /Y copy file mode to copy database files or log files. For the best speed and stability, you should run Eseutil /Y from a command prompt on the copy destination server rather than from an intermediate location.

For more information about understanding the Eseutil copy file mode, see Eseutil /Y Copy File Mode.

Before You Begin

Before performing the following procedure, make sure you log on by using an account that is delegated membership in the local Administrators group on the computer that you are running the copy file operation.

Procedure

To run Eseutil/Y

  • To perform a copy file operation, type the following syntax at a command prompt on the copy destination server in the destination folder and press ENTER:

    Eseutil /Y \\server_name\d$\Mailbox_Database.edb
    

    Note

    Replace server_name with the appropriate server name and replace Mailbox_Database.edb with the mailbox database name.

  • To copy a mailbox database file from server1 to your current location, run the following command:

    Eseutil /Y \\server1\d$\Mailbox Database.edb
    
  • To copy a mailbox database file from server1 to server2 specifying the full path and file names for both source and destination, run the following command:

    Eseutil /Y \\server1\d$\Mailbox Database.edb /D\\server2\d$\Mailbox Database.edb
    

    Note

    Unlike the default copy command, you must use the /D switch when you specify the destination location. There is no space between the drive letter and the destination path unlike the source path (as shown in the example).

For More Information

You can see the complete command-line reference and syntax for Eseutil /Y by typing eseutil /? at a command prompt, and then by selecting Y for copy file mode.

For more information about Eseutil, see the following topics: