Exchange 2013: Import Multiple .PST to Mailboxes

This is a Powershell cmdlet that will import a directory of .PST to the Mailbox alias defined by the .PST name.

Dir \SERVER01PSTshareRORecovered*.pst | %{ New-MailboxImportRequest -Name RecoveredPST -BatchName Recovered -Mailbox $_.BaseName -FilePath $_.FullName -TargetRootFolder SubFolderInPrimary}

Published by

Rich

Just another IT guy.

Leave a Reply

Your email address will not be published. Required fields are marked *