Forum Discussion
Troy Lambert
May 05, 2020Copper Contributor
Voicemail transcription in Microsoft Teams
I am trying to turn off the voicemail transcription feature in Teams. I have tried using the PowerShell command Grant-CsOnlineVoicemailPolicy -PolicyName TranscriptionDisabled -Identity sip:<user>, b...
May 05, 2020
Hi Troy Lambert
See here
https://docs.microsoft.com/en-us/powershell/module/skype/set-csonlinevoicemailpolicy?view=skype-ps
Using the Skype Module, on the user try
Set-CsOnlineVoicemailPolicy -EnableTranscription $false
Let me know how you get on
Best, Chris
See here
https://docs.microsoft.com/en-us/powershell/module/skype/set-csonlinevoicemailpolicy?view=skype-ps
Using the Skype Module, on the user try
Set-CsOnlineVoicemailPolicy -EnableTranscription $false
Let me know how you get on
Best, Chris
Troy Lambert
May 05, 2020Copper Contributor
ChrisHoardMVP Will that work for a single user, or is that Tenant-wide?