I am planning on an Exchange mailbox migration where Exchange mailboxes will be exported to .pst files and then we want to import only the Calendar and Contact folders into their new Exchange 2010 mailboxes. With the New-MailboxImportRequest powershell
command, you can use the -IncludeFolders option to import individual folders into the mailbox but I cannot figure out how to import more than one folder at a time. I want to be able to import #Calendar#/* and #Contacts#/* with one command. I can
do this with 2 separate commands for 1 mailbox but is there a way to format the New-MailboxImportRequest command to import both Calendar and Contacts at the same time?
Steve