Forum Discussion
Disable channel creation
- Sep 10, 2020
miclarsen1 Hi! I believe you're looking for 'Set-Team' and the -AllowCreateUpdateChannels parameter.
https://docs.microsoft.com/en-us/powershell/module/teams/set-team?view=teams-ps
Thank you for replying.
I knew about the local disable from within the Teams themselves, but I am looking for a global way to do this, so I don't have to go through every single Team.
-Michael
miclarsen1 Hi! I believe you're looking for 'Set-Team' and the -AllowCreateUpdateChannels parameter.
https://docs.microsoft.com/en-us/powershell/module/teams/set-team?view=teams-ps
- sam919Dec 17, 2021Copper Contributor
ChristianBergstrom "Set-Team" changes settings for 1 team not all. Is there a setting at tenant level?
- Dec 17, 2021
sam919 Hi, try working with the Teams templates. But bear in mind you cannot use TAC (Teams admin center) because the team settings will not follow when using the GUI (don't ask me why). So, PowerShell or MS Graph for Teams is the way to go here.
- sam919Dec 17, 2021Copper Contributor
ChristianJBergstrom What setting is that though? I want to change the default for all teams not 1 team at a time.