Forum Discussion
sammyh92
Mar 09, 2020Copper Contributor
List of all Teams settings
Hello, Is there a place I can get an extract of all of the Teams default config settings? Thanks
- Mar 09, 2020
"All" settings is a bit generic, but you can get most with the Graph API/PowerShell: https://docs.microsoft.com/en-us/graph/api/team-get?view=graph-rest-1.0
VasilMichev
Mar 09, 2020MVP
"All" settings is a bit generic, but you can get most with the Graph API/PowerShell: https://docs.microsoft.com/en-us/graph/api/team-get?view=graph-rest-1.0
sammyh92
Mar 09, 2020Copper Contributor
VasilMichev thanks for your reply. Essentially what I am trying to get is for an extract of configurable settings in Teams that I can talk over to my clients and they can review this. Do you know if this exists somewhere?
- Mar 09, 2020
sammyh92 VasilMichev gave the answer, there's no published list, but you can get the list by running the PowerShell commands against a tenant that hasn't yet been modified to see the global policy settings.