SharePoint Services stuck in starting

Hi Readers, Just want to share an important TIP regarding SharePoint installation. We have installed additional SharePoint servers in our environment but when starting the services , all services were in starting mode , We have waited for few minutes as well. Issue was that these servers were in different Time Zone, as soon as we…

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…