Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Get-Mailbox -Database '[red]MDB[/red]' | Import-Mailbox -PSTFolderPath [red]D:\PSTs[/red]
Import-Mailbox ûIdentity [red]<mailboxUser>[/red] -PSTFolderPath [red]<pathToSavePST>[/red]
Export-Mailbox ûIdentity [red]<mailboxUser>[/red] -PSTFolderPath [red]<pathToSavePST>[/red]
Get-Mailbox -Database '[red]MDB[/red]' | Export-Mailbox -PSTFolderPath [red]D:\PSTs[/red]