Exchange 2010

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 »

Exchange 2010 SP2 setup/upgrade failed because roles aren’t current: AdminToolsRole

After fixing my previous error (setup/upgrade failed while performing action install) it looked like i was successfully upgrading my Exchange 2010 server to SP2, but unfortunaly i received the following error when updating the Mailbox Role. Error: This server role can’t be installed because the following roles aren’t current: AdminToolsRole When i checked the registry i noticed a different ConfiguredVersion …

Read More »

Exchange 2010 SP2 setup/upgrade failed while performing action install

Today i ran into a very weird problem during the installation upgrade of an Exchange 2010 server. The server has all roles on one server ( CAS/HUB/MBX ) and cleany installed just one day ago, SP1 and Rollup 8. After downloading SP2 and performing the setup i was suprised with an error screen: Solution: Check your registry keys to see …

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 »