In this article, I am explaining how to disable the Unified Messaging for Bulk Mailboxes using Powershell

Disabling the Unified Messaging for the single user is using GUI mode of the Exchange Management Console is easy by right-clicking the Mailbox and disable unified messaging is option.

Doing the Manual Work using EMC for bulk users is a time-consuming Job. You can get this done by using EMS(Exchange Management Shell) by running the below command,

Import-Csv C:\users\radhakrishnan.g\Desktop\users.csv |ForEach-Object -Process{ Disable-UMMailbox $_.mailbox -Confirm:$false}

#Exchange #Exchange2010 #Exchange2013 #UM

Author

Leave a comment

Your email address will not be published. Required fields are marked *