Microsoft
Software
Hardware
Network
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 username@yourdomain.local -PSTFolder path Z:\username.pst
Steven
Sydney
Random Solutions
SQL Server back-end not deleting record
Nameing a Windows server
Autocorrect Custom Dictionary
asp.net and silverlight 3 problem
Excel VBA custom function
Query based on multiple criteria
ORA-12514 TNS:listener does not currently know of service requested in connect (yet agian?)
Converting Dates with SQL
Having Trouble Keeping SBS C: Drive Defragmented
Checking a Dataset for DBNull whiclst using the Compute SUM function