/*Exchange Management Shell:*/ Get-Mailbox -Database "Exchange Server Name\Mailbox Database" /* Lists mailboxes *//*Export Syntax*/ Get-Mailbox -Identity "Domain Name\UserN" | Export-Mailbox -PSTFolderPath E:\PST\ -Confirm:$false /*Where E: is drive letter and PST is the folder*/ |