teams guestsettings set¶
Updates guest settings of a Microsoft Teams team
Usage¶
m365 teams guestsettings set [options]
Options¶
-i, --teamId <teamId>
- The ID of the Teams team for which to update settings
--allowCreateUpdateChannels [allowCreateUpdateChannels]
- Set to
true
to allow guests to create and update channels and tofalse
to disallow it --allowDeleteChannels [allowDeleteChannels]
- Set to
true
to allow guests to create and update channels and tofalse
to disallow it -h, --help
- output usage information
--query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv
. Defaultjson
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Examples¶
Allow guests to create and edit channels
m365 teams guestsettings set --teamId '00000000-0000-0000-0000-000000000000' --allowCreateUpdateChannels true
Disallow guests to delete channels
m365 teams guestsettings set --teamId '00000000-0000-0000-0000-000000000000' --allowDeleteChannels false