aad groupsettingtemplate get
Gets information about the specified Azure AD group settings template
Usage
m365 aad groupsettingtemplate get [options]
Options
-i, --id [id]The ID of the settings template to retrieve. Specify the
idordisplayNamebut not both-n, --displayName [displayName]The display name of the settings template to retrieve. Specify the
idordisplayNamebut 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.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Examples
Get information about the group setting template with id 62375ab9-6b52-47ed-826b-58e47e0e304b
m365 aad groupsettingtemplate get --id 62375ab9-6b52-47ed-826b-58e47e0e304b
Get information about the group setting template with display name Group.Unified
m365 aad groupsettingtemplate get --displayName Group.Unified