/ Insights / Disable Voicemail transcription for select users in Microsoft Teams Insights Disable Voicemail transcription for select users in Microsoft Teams November 10, 2020 Concurrency, Inc. First need to create the new policy. https://docs.microsoft.com/en-us/powershell/module/skype/new-csonlinevoicemailpolicy?view=skype-ps From there you can “grant” users the new policy. https://docs.microsoft.com/en-us/powershell/module/skype/grant-csonlinevoicemailpolicy?view=skype-ps Modify an already existing Policy. https://docs.microsoft.com/en-us/powershell/module/skype/set-csonlinevoicemailpolicy?view=skype-ps To add a list of users we can use a recursive script to run through a txt file Putting a txt file in the same location that you run the script from or modify the (Get-content “c:\temp\userlist.txt) will allow the script to pick up the user list.