Is there a way to set the local settings for all Teams-Clients?
It seems that there are no general possibilities via GPO yet?
But I found this article: https://devblogs.microsoft.com/scripting/configuring_startup_settings_in_microsoft_teams_with_windows_powershell
With this I can adjust the existing values like "OpenAsHidden". The parameter responsible for the new function seems to be "callingMWEnabledPreferenceKey", at least it changes in teh config-file when I change it directly in the client.
I have adapted the script accordingly, the change is also saved in the desktop-config.json. So the client will be closed and the value in the file will be changed. But unfortunately the client does not accept this value after the start.
What would I have to do to roll this out by default for a new customer, so that the users don't have to get used to it again later, when it is converted by MS to default?