Skip to main content

entra groupsetting list

Lists Entra group settings

Usage

m365 entra groupsetting list [options]

Alias

m365 aad groupsetting 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 settings in the tenant

m365 entra groupsetting list

Response

[
{
"id": "bce6212c-0810-459f-9635-8d9ba78d2c49",
"displayName": "Group.Unified",
"templateId": "62375ab9-6b52-47ed-826b-58e47e0e304b",
"values": [
{
"name": "NewUnifiedGroupWritebackDefault",
"value": "True"
},
{
"name": "EnableMIPLabels",
"value": "True"
},
{
"name": "CustomBlockedWordsList",
"value": ""
},
{
"name": "EnableMSStandardBlockedWords",
"value": "False"
},
{
"name": "ClassificationDescriptions",
"value": ""
},
{
"name": "DefaultClassification",
"value": ""
},
{
"name": "PrefixSuffixNamingRequirement",
"value": ""
},
{
"name": "AllowGuestsToBeGroupOwner",
"value": "False"
},
{
"name": "AllowGuestsToAccessGroups",
"value": "True"
},
{
"name": "GuestUsageGuidelinesUrl",
"value": ""
},
{
"name": "GroupCreationAllowedGroupId",
"value": ""
},
{
"name": "AllowToAddGuests",
"value": "True"
},
{
"name": "UsageGuidelinesUrl",
"value": "https://guideline.example.com"
},
{
"name": "ClassificationList",
"value": ""
},
{
"name": "EnableGroupCreation",
"value": "True"
}
]
}
]
CTRL + M