Hello,
I'm using the New-MailboxExportRequest cmdlet to export contacts in this format:
New-MailboxExportRequest -Mailbox User1 -IncludeFolders "#Contacts#"-filepath \\server\share\user1.pst
This works, except that it also includes a folder called "Recoverable Items". I tried adding "-ExcludeFolders '\Recoverable Items#'", but the folder still gets exported. Is there anyway to rectify this aside from clearing the Recoverable Items folder on the
server before exporting?
Thanks!