Importing pst to mailbox

Scenario: Import pst into a mailbox
Note: Must have mailbox export/import permissions to be able to do this. targetrootfolder is good if you are importing multiple psts into the mailbox. This way content is not merged under existing folders.

From Powershell, type:
New-MailboxImportRequest -Mailbox newmbox -filepath \\server\pstfiles\newmbox.pst-BadItemLimit 50 -T
argetRootFolder "Mailbox -newmbox"