entra groupsettingtemplate list
Lists Entra group settings templates
Usage
m365 entra groupsettingtemplate list [options]
Options
-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 isoptions
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
,none
. Defaultjson
.--verbose
Runs command with verbose logging.
--debug
Runs command with debug logging.
Examples
List all group setting templates in the tenant
m365 entra groupsettingtemplate list
Response
- JSON
- Text
- CSV
- Markdown
[
{
"id": "08d542b9-071f-4e16-94b0-74abb372e3d9",
"deletedDateTime": null,
"displayName": "Group.Unified.Guest",
"description": "Settings for a specific Unified Group",
"values": [
{
"name": "AllowToAddGuests",
"type": "System.Boolean",
"defaultValue": "true",
"description": "Flag indicating if guests are allowed in a specific Unified Group."
}
]
}
]
id displayName
------------------------------------ ------------------------------------
08d542b9-071f-4e16-94b0-74abb372e3d9 Group.Unified.Guest
id,displayName,description
08d542b9-071f-4e16-94b0-74abb372e3d9,Group.Unified.Guest,Settings for a specific Unified Group
# entra groupsettingtemplate list
Date: 2023-06-01
## Group.Unified.Guest (08d542b9-071f-4e16-94b0-74abb372e3d9)
Property | Value
---------|-------
id | 08d542b9-071f-4e16-94b0-74abb372e3d9
displayName | Group.Unified.Guest
description | Settings for a specific Unified Group