/ 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-psFrom there you can “grant” users the new policy.https://docs.microsoft.com/en-us/powershell/module/skype/grant-csonlinevoicemailpolicy?view=skype-psModify an already existing Policy.https://docs.microsoft.com/en-us/powershell/module/skype/set-csonlinevoicemailpolicy?view=skype-psTo add a list of users we can use a recursive script to run through a txt filePutting 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.