Skip to main content

entra groupsettingtemplate list

Lists Entra group settings templates

Usage

m365 entra groupsettingtemplate list [options]

Alias

m365 aad 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 is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--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

[
{
"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."
}
]
}
]
CTRL + M