If we want to import PST files into an Exchange mailbox, we can use the PowerShell CMDlet New-MailboxImportRequest. The PST files that we want to import must be available through a file share, because the CMDlets only accept UNC paths. To import a PST file, we use the following command: New-MailboxImportRequest -Mailbox ‘Name of Mailbox’ […]
08/11/2018