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...
View ArticleExchange 2010 SP2 setup/upgrade failed because roles aren’t current:...
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...
View ArticleExchange 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...
View ArticleExchange 2010 – Mailbox Move Request Error Insuff_Access_Rights
Performing the actual migration is often a moment to cross your fingers … and of course you will receive some errors when you start moving the first mailboxes. Error: Insuff_Access_rights Luckely, this...
View ArticleExchange 2010 – Mailbox Move Request Error property expression isn’t valid
Performing the actual migration is often a moment to cross your fingers … and of course you will receive some errors when you start moving the first mailboxes. Error: Property Expression isn’t valid...
View ArticleExchange 2010 and Microsoft Entourage 2008, make it work!
When you’re upgrading to Exchange 2010 you shouldn’t forget to check the mac users. Some of them are using Apple mail, Microsoft Entourage 2008 or Microsoft Outlook 2011. But when it comes to Entourage...
View ArticleExchange 2010 find specific email address with Powershell
Looking for a specific email address and want to know if it exists or which users owns that address? Find it with Exhange Powershell $searchaddress = read-host "Please enter the email address:"...
View ArticleExchange 2010 – Export all SMTP email addresses to file
This Powershell script is very helpful if you want to have all email addresses in the Exchange organization. Save the following script to a .ps1 file and execute from Exchange Powershell: cls...
View ArticleExchange 2010 – Get available free space in mailbox database
The Exchange mailbox database is always growing and when people say they cleanup you don’t see any changes in the mailbox database size (even not after the x days of the deleted item retention...
View ArticleExchange 2010 – Get Mailbox Database Mount status
Do you want to verify / check / see if you Mailbox Database is mounted or not? Just do a check with powershell! Open your Exchange Management Shell and use a combination of Get-MailboxDatabase with the...
View Article