Exchange Remote Hosted Archives

For one of our customers we are using a process to migrate the PST from EntepriseVault to archives on Exchange online. The process that we are following till now is : Migrate the Exchange mailbox to EOL. Enable the Remote Archive Upload the PST via Azure. This process is working great for us but customer…

Exchange Health Check – Monitor and Alert

This is the updated version of the below script: https://gallery.technet.microsoft.com/scriptcenter/Exchange-2010-Health-Check-7be55c87 Enhancements have been done so that Email Alert is generated when state is critical. New in this script is: $ALert = “Yes” $htmlreporting = “Yes” $smtphost = “smtp.labtest.com” $from = “Exchange2010Status@labtest.com” $from1 = “SysMonitoring@labtest.com” $to = “Vikass@labtest.com” $hrs = (get-date).Addhours(-24) if $alert is yes than…

Bulk Room Mailboxes Creation

Sharing a Script that you can use in your environment to streamline rooms creation process. What script does is take the input from CSV file & than do below: Create Exchange account Modify AD account Create a Universal Distribution List Group(s) for Restricted Conference Rooms Apply Calendar Permissions Apply auto accept settings Here is the…

Use EVPM to disable multiple archives

Sharing a method that can be used when you are doing office 365 migrations & you want to disable /ZAP multiple archives. Disabling the archives using GUI method is cumbersome & can take a lot of time. We are running the EVPM command manually but you can schedule it as well. For running the EVPM script…

Export PST for multiple users from Particular Folder

Sharing this script that can be used in case of mergers/seprations where you need to export data from multiple users mailboxes. It reads the input from CSV file — email & networkid(samaccount name), run against exchange 2010 & export the users data from particular folder (transfer) to the share you have set as well name…