Skip to main content

planner tenant settings list

Lists the Microsoft Planner configuration of the tenant

Usage

m365 planner tenant settings 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.

Remarks

info

To use this command you must be a global administrator.

After executing the command planner tenant settings set, it can take some time for all changes to propagate across the tenant. Because of this, executing this command right away can return some unexpected results.

Examples

Lists the Microsoft Planner settings of the tenant.

m365 planner tenant settings list

Response

{
"id": "1",
"isPlannerAllowed": true,
"allowCalendarSharing": true,
"allowTenantMoveWithDataLoss": false,
"allowTenantMoveWithDataMigration": false,
"allowRosterCreation": true,
"allowPlannerMobilePushNotifications": true
}
CTRL + M