Home / 2018 / November

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’ […]

The story is often the same one: I get invited for a workshop from a customer about projects for messaging and/or Office 365 topics and one of the main questions is about on-premises Exchange, Hybrid Exchange and/or Exchange online. However, there is a confusion in the IT world out there about these topics. The question […]