To export mailbox from an Exchange 2007 server to PST file:

  • 32 bit system must be used which is connected to the domain,
  • Exchange Management Server 2007,
  • Outlook 2003

Export single mailbox:

Export-Mailbox -Identity Administrator -PSTFolderpath \\Mail\pst\

Export entire database to individual PST files:

Get-Mailbox -database “Mail\Mailbox Database” | Export-Mailbox -PSTFolderpath \\mail\PST

Bad items – If there are bad items, it will fail – increase the number of allowed bad items:

Get-Mailbox -database “Mail\Mailbox Database” | Export-Mailbox -PSTFolderpath \\mail\PST – Baditemlimit 1000

Links
Source: Pete Net Live
Additional Reading: Spiceworks
Additional Reading: Catapult Systems

Download: Microsoft Exchange Server 2007 Management Tools (32-Bit)