• Exchange 2007/2010/2013 – Gather email statistics like Exchange Profile Analyzer used to give in the past, but now using Powershell !

      Want to pull out statistics from Exchange such as : · messages sent per mailbox per day · messages received per mailbox per day · average message size … And more if you want ? Use Powershell and Excel now !     I- If you want to pull...
  • Windows 2008 R2 – WMI Quota issue caused by either a WMI leak or an application overallocating WMI memory

      I- Default WMI memory quotas for Windows 2008 R2:   Memory Per Host:  536870912 Handles Per Host:  4096 Memory All Hosts:  1073741824 Process Limit All Hosts:  32 Threads Per Host:  256   To check what is the...
  • Exchange 2010 - Enabling an Autoreply Message (Out Of Office) using the Exchange Management Shell (Powershell)

      Here is how to test it on a user first. 1> Using powershell, do a $objMailbox = Get-Mailbox Some_Test_User to get the user we will assign the Out Of Office to. 2> Now define your text (best is to do it in HTML) and store it on 2 variables...
  • How-to procedure – Exchange 2010 SP1+ – Enabling and Troubleshooting Calendar Repair Assistant

      Did you ever have users complaining that meetings didn’t show up for some attendees ? Or a boss scheduling a meeting, and the meeting disappears from his calendar ?   How-To procedure - Exchange Server 2010 SP1 - Operations - Enable Calendar...
  • How-To procedure – Exchange 2010 SP1+ - repair a corrupted mailbox without dismounting a database

         Remeber ISINGEG ? The Exchange tool to repair logical corruptions in databases ? Now this tool is over, replaced by a commandlet in Exchange 2010+ which does not need to dismount databases !   How-to procedure - Exchange Server...