Last active
January 26, 2019 20:40
-
-
Save arjancornelissen/989563cdb809187d93941933f2515f3c to your computer and use it in GitHub Desktop.
Enables user translation for Microsoft Teams
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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