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 Exchange management Console is easy by right clicking the Mailbox and disable unified messaging is the option.Â
Doing the Manual Work using EMC for bulk users is 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}
how is your csv file formatted? do you have a column labeled Identity?
this part “$_.mailbox” means it has to have a column called “mailbox”.
Yes Joel. You’re Correct.. Thanks
Awesome! Thank you
Is there any update for this as I get an Identity error because it is null