Tag: New-MailboxExportRequest
-
Busy week, lots of commentary about Exchange 2013
It’s been a busy week. First, I ran into an Exchange 2013 bug (shock, horror, cover the eyes of any watching children) when MRS stubbornly refused to export the contents of a mailbox to a PST using the New-MailboxExportRequest cmdlet. The job would get to the 10% stage where the…
-
How curious! Outlook 2003 can’t read Exchange 2010 PSTs
Microsoft has released KB2742408 to report that Outlook 2003 clients can’t read PSTs generated by Exchange 2010’s New-MailboxExportRequest cmdlet. This is kind of curious, if understandable. New-MailboxExportRequest is processed by the Mailbox Replication Service (MRS) running on a CAS server. It creates a PST in the newer Unicode format (rather than the older…
-
Date range exports with New-MailboxExportRequest
From Exchange 2010 SP1 onward, a new method is used to export and import mailbox data. Instead of forcing administrators to run Outlook on a mailbox server so as to be able to use Outlook’s ability to read and write PSTs, Exchange 2010 SP1 contains brand-new code for PST access…
-
Exchange 2010, mailbox imports, and LocalSystem
Anything posted on the Internet has a reasonably long half-life, a fact that I was reminded of when I researched some information about the Windows LocalSystem account and discovered an article that I wrote for Windows IT Pro magazine about Exchange 2000. In a nutshell, the article discussed a major…
-
Removing mailbox export and import requests
Exchange 2010 SP1 introduces a new cmdlet set to handle mailbox export requests to avoid the previous requirement to install Outlook on mailbox servers. With SP1 you can run the New-MailboxExportRequest cmdlet to create a request for the Mailbox Replication Service (MRS) running on a Client Access Server (CAS) to…