Skip to content

Instantly share code, notes, and snippets.

@arjancornelissen
Last active January 26, 2019 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arjancornelissen/989563cdb809187d93941933f2515f3c to your computer and use it in GitHub Desktop.
Save arjancornelissen/989563cdb809187d93941933f2515f3c to your computer and use it in GitHub Desktop.
Enables user translation for Microsoft Teams
# For a single Policy
Set-CsTeamsMessagingPolicy -Identity Tag:Default -AllowUserTranslation $true
# For all Policies
Get-CsTeamsMessagingPolicy | Set-CsTeamsMessagingPolicy -AllowUserTranslation $true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment