spo term group add
Adds taxonomy term group
Usage
m365 spo term group add [options]
Options
-n, --name <name>Name of the term group to add
-i, --id [id]ID of the term group to add
-d, --description [description]Description of the term group to add
-h, --help [help]Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options,examples,remarks,response,full. Default isfull.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md. Defaultjson.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Remarks
To use this command you have to have permissions to access the tenant admin site.
Examples
Add a new taxonomy term group with the specified name
m365 spo term group add --name PnPTermSets
Add a new taxonomy term group with the specified name and id
m365 spo term group add --name PnPTermSets --id 0e8f395e-ff58-4d45-9ff7-e331ab728beb
Add a new taxonomy term group with the specified name and description
m365 spo term group add --name PnPTermSets --description 'Term sets for PnP'