A week back I upgraded my Exchange
environment from E2K10 SP1
to E2K10 SP3
.
Since then, I am unable to export mailboxes with New
->MailboxExportRequest
powershell script. Even though, I'm having right permission to export the mailboxes.
The cmdlet
which I'm making use of is this:
New
-MailboxExportRequest
-Mailbox user
-FilePath
\\MailServer\PST\user.pst
The above cmdlet
is identified and it is has been queued permanently.
Can anyone tell me why this has happened?