I'm using exchange powershell to export exchange mailbox to pst.
I'm using this command:
New-MailboxExportRequest -Mailbox user -FilePath [path]
This works but one user was 30GB and each export I do for this user errors out on import. What I want to do is export this users mailbox to pst PER 2GB and import each 2GB pst to new mailbox. I've used content Filtering, but I do not believe this is not an option. Maybe I am wrong?
How can I export 1- 30GB Exchange mailbox into 15- 2GB pst files?