spo term group get¶
Gets information about the specified taxonomy term group
Usage¶
m365 spo term group get [options]
Options¶
-i, --id [id]
- ID of the term group to retrieve. Specify
name
orid
but not both -n, --name [name]
- Name of the term group to retrieve. Specify
name
orid
but not both -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
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Remarks¶
Important
To use this command you have to have permissions to access the tenant admin site.
Examples¶
Get information about a taxonomy term group using its ID
m365 spo term group get --id 0e8f395e-ff58-4d45-9ff7-e331ab728beb
Get information about a taxonomy term group using its name
m365 spo term group get --name PnPTermSets