Im tryring to export a mailbox to PST. The command im using is:
New-MailboxExportRequest -ContentFilter {(Received -lt '08/17/2011') -and (Received -gt '11/30/2011')} -Mailbox "mailboxname" -FilePath\\server\share\filename
The problem Im having is it fails. There is nothing logged in the event viewer.
Share and security on the folder have Exchange Trusted Subsystem with full control. Import Export role has been granted to the account im logging on with.
Any help would be much appreciated.
Thanks
Martin