Monthly Archives: February 2013

New Version of RU for Exchange has arrived. How to check which version is actually running on your servers

Update Rollup 6 for Exchange Server 2010 SP2 and Exchange 2007 SP3 RU10 AND Exchange Server 2010 SP3 were released today. For details see Exchange Team Blog: http://blogs.technet.com/b/exchange/ Here my script to check RU Version in your Exchange organisation $servers=Get-ExchangeServer … Continue reading

Posted in Uncategorized | Leave a comment

How to monitor Performance Counter on all MBX Servers with Powershell

This example will help you to monitor Exchange Database maintanance on all MBX Servers. So you can see, if maintanace is uptodate, or not. If you get 0 sec. it means, that the maintanency running in the moment: $servers=get-mailboxserver | … Continue reading

Posted in Exchange 2010 | 1 Comment

How to check Right on Exchange Mailboxes. Example for BES Account

Sometimes you being asked to check rights on bunch of mailboxes. In my example I use it for BES Account (“contoso\bessvc”). First you have to create Txt-file with Identities (SMTP, Alias, GUID). Then just take my script: $users=get-content C:\SmtpAdressesToCheck.txt foreach … Continue reading

Posted in Blackberry, Exchange 2010, powershell, Smartphone | Leave a comment