Office 365 UPN Update for MERGE

This is another addition to office 365 gallery, not complex but handy. It can be used when you want to merge the user ids from cloud & onpremise. Situation is that there are existing users in o365 & now you are ready to sync the directory thru AAD Connect. Before running the syncronization you need…

Fix Office 365 UPN

Today I am sharing a script that We have written to fix office 365 UPN. This can help the organizations moving to office 365 & want to update the UPN in phases rather than big bang approach. Prerequisites: Exchange management Shell Extract the script from below link & update the text file with samaccountnames of the users for…

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…

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…