Skip to main content

entra groupsettingtemplate get

Gets information about the specified Entra group settings template

Usage

m365 entra groupsettingtemplate get [options]

Alias

m365 aad groupsettingtemplate get [options]

Options

-i, --id [id]

The ID of the settings template to retrieve. Specify the id or displayName but not both

-n, --displayName [displayName]

The display name of the settings template to retrieve. Specify the id or displayName 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 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

Get information about the group setting template with id 62375ab9-6b52-47ed-826b-58e47e0e304b

m365 entra groupsettingtemplate get --id 62375ab9-6b52-47ed-826b-58e47e0e304b

Get information about the group setting template with display name Group.Unified

m365 entra groupsettingtemplate get --displayName Group.Unified

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