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
[email protected]
-PSTFolder path Z:\username.pst
Steven
Sydney
Random Solutions
C# -- Checkbox STATE ?
Activate an existing task in the tas scheduler
On right click of a folder and select an option need a way to get the description to show on a box
OLEDB VS ODBC in MFC.
SBS 03 to 08 migration. Can I change servername and domainname?
Max record for Employee
hyperlink in Excel
Export DataView to Excel Spreadsheet with C#
Nested Vlookup within Hlookup
How do I convert a stored procedure to be used for batch processing?