18. October 2011 18:56
Thie script below will impor all the .PST in a directory. NOTE: You MUST have the .PST name match the alias in the domain.
Get-ChildItem \\server\share\*.pst | foreach { $user = $_.BaseName; New-MailboxImportRequest -Mailbox $user -FilePath \\server\share\$user.pst -BadItemLimit 50 }
078d7edf-ab2f-4a5d-8323-516ddc4ebb43|0|.0