This article describes in
detail about Bulk import of PST in MachPanel.
MachPanel v7.0.50 and above
STEP-01: BULK EXPORT PST AT EXCHANGE SERVER
Below is the cmd that will achieve bulk Export PST operation in Exchange Server.
foreach ($Mailbox in (Get-Mailbox -OrganizationalUnit "DemoORG" -ResultSize Unlimited)) {New-MailboxExportRequest -Mailbox $Mailbox.userPrincipalName -BadItemLimit 10 -LargeItemLimit 10 -FilePath \\EX1-DEV2019\PSTExport\$($Mailbox.userPrincipalName).pst}
* DemoORG is the name OU.
*\\EX1-DEV2019\PSTExport\ is required shared Folder to Place PST.
Below is command to check PST Export requests status:
Get-MailboxImportRequest | Get-MailboxImportRequestStatistics
STEP-02: CREATE CUSTOMER IN MACHPANEL
Navigate to Home » Customer Manager » Customers and then click on New Customer.
STEP-03: CREATE PRODUCT / SERVICE PLAN FOR EXCHANGE HOSTING