When I mailbox import to restore an account it creates a second Calendar(2) and does not pull the items in the default one.

When I restore a mailbox from an archived pst file there is a second calendar that gets imported which should be the main one. I am restoring everything to the inbox..not a sub folder. Normally this would work but for whatever reason the calendar is not right.

I am using the following code. I can also used Calendar instead of Inbox but it will show a second calendar as well.

However when I try to import the pst file through import in Outlook I can see the second calendar in recovered files.... 

Powershell
New-MailboxImportRequest -Mailbox UofI_Calender -FilePath \\drive\test.pst -IncludeFolders Inbox

How do i make the second calendar the main one? I can only delete it.

May 28th, 2015 11:13am

Hi,

Something corrupted the mailbox, which caused the Outlook client to create the new set of folders.

Please use New-MailboxRepairRequest cmdlet to detect and fix mailbox.

New-MailboxRepairRequest -Mailbox UserMailbox -CorruptionType FolderView, ProvisionedFolder,SearchFolder,AggregateCounts

If this doesnt work, I suggest to copy all old calendar items to new calendar folder and delete the old default calendar folder .

Similar thread:

https://social.technet.microsoft.com/Forums/exchange/en-US/4eee534b-9383-4c28-8792-944298018442/duplicate-folders

Best Regards.

Free Windows Admin Tool Kit Click here and download it now
May 28th, 2015 10:02pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics