Question : How to import PST files to Exchange 2007

I am trying to import PST files that I have exported from Exchange 2003.
I have a vista32 bit client with exchange management tools and powershell installed.
I have ensured that the user account has exchange organisation level permissions and local administrator permissions.
When I run the following command:
Get-Mail -Database "mailbox database" | Import-Mailbox -PSTFolderPath z:\
(z:\ is mapped to the location of the pst files).
I get the following error:
The log file directory 'C:\Program files\Microsoft\Exchange Server\logging\Migration Logs' does not exist.
Has anyone else had this problem before and found the solution? I am mid-deployment and urgently need a response. I cannot find any sense on the net about it so I am assigning full points.

Answer : How to import PST files to Exchange 2007

How about just simply.

import-mailbox -identity [email protected] -PSTFolder path Z:\username.pst

Steven
Sydney
Random Solutions  
 
programming4us programming4us