Load Balancing in Exchange 2013

Hi Readers, Studying Exchange 2013, found something worth sharing :- An important change that is very important  & is different from previous version. No more Layer 7 Load Balancing (you can use it but not required), yes you heard it correctly No Layer 7 Load balancing requirement. Layer 4 Load Balancing can be used &…

Exchange 2010/2013 Split Permissions

Hi Readers, There is an interesting concept related to split permissions that has been introduced in Exchange 2010/2013. Three Permissions Models are present: Shared Permission Model Split Permissions (Active Directory) Split Permissions (RBAC) By default Shared Permission Model is applied which means that either Active Directory or Exchange Management tools are used for creation of objects…

Remove Messages Based on Message Class – Outlook Powershell

Hi Readers, Sharing a script that we have written to remove EnterpriseVault Shortcut (IPM.Note.EnterpriseVault.ShortCut) items from the outlook. Download the zip file from below & extract it. https://github.com/VikasSukhija/Downloads/blob/master/OutlookAutomation-RemoveEmails.zip Below are the contents of the zip file, you can edit the .ps1 file & change the Class if required. $messageclass = “IPM.Note.EnterpriseVault.ShortCut” There is a registry key…