Tag Archives: PST

Exchange Server 2010 export all mailboxes with powershell

This is a follow up post to my existing post about exporting mailboxes to pst with powershell. As requested i modified the script a bit to export all mailboxes to pst files with a single script. Just fill in the variables need wich are in the first lines of the script. $mailserver = "<servername>" $path = "\\<servername>" $userlist = get-mailboxdatabase …

Read More »

Export mailboxes to .pst with Exchange Server 2010

With Exchange Server 2010 the option to use exmerge is history. Too bad because it was such a usefull tool to really quick make an export of an users mailbox. But no fear with SP1 and SP2 you can do this from the powershell command line, you’ll have to set some requirements but you’ll be exporting mailboxes before you know …

Read More »