Mailbox Move Agent

Sharing a script that I named as Mailbox agent, it is a package of 3 scripts: 1-SubmitMailBoxMoveRequests.ps1 2-ResumeMailBoxMove.ps1 3-ClearCompleteMailBoxMove.ps1 These we used during mailbox moves from old dags to newly created dags for exchange 2010. update 1-SubmitMailBoxMoveRequests.ps1 script with OLDDAG/NewDAG name $mbxsrvsrc = “OLDdag01” $mbxsrvdst = “Newdag01” Script will check the $countperday value & from each…

DAG Creation Installation Notes

Today I am sharing the brief notes that you can refer for creating the Database Availability Group for Exchange Environment. We have used it for 2010 environment – win 2008 r2sp1 (changed to make it generic). Copy the installation files to the Server 2. Check Powershell version should be 2.0 ($psversiontable) 3. Run Set-ExecutionPolicy unrestricted in…

Export Sharepoint List to CSV

This script will assist in exporting the Sharepoint List contents in csv format. It would be useful in scenarios where you want to export list & further feed some other system to complete further processing. Example which is being shared was used in one of the automation where IT people can fill the form for…

Change Mail directories path IIS SMTP

We had a need to install the SMTP server for some application but we want to change the default Mail directories path: Unfortunately you can’t just do it from IIS management console, for modifying the default paths you need metabase explorer. However you can change the Badmail directory from IIS console: (right click smtp server –>…