Disable Shared Mailbox in Hybrid environment

While working on an automation for one of our clients, We have used Disable-RemoteMailbox command in hybrid environment to disable the user mailboxes as well as shared mailboxes. User mailbox disablement is replicating correctly after removing the license group and running Disable-RemoteMailbox command on exchange onpremise Server but Shared mailbox although being disabled at on-premise…

Enable/ Disable Scheduled Tasks on Multiple Computers

Today, I am sharing a script that we have used to enable/ disable tasks on multiple servers. This script had been utilized during the maintenance of these servers. Download & extract script from below link, change the variables as per your environment https://gallery.technet.microsoft.com/scriptcenter/Enable-Disable-Scheduled-7eb81379 $matching1 = “snapshot” $matching2 = “Ent” Update the servers.txt file to include…