Skip to 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 full.
--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
Output type. json,text,csv,md. Default json
--verbose
Runs command with verbose logging
--debug
Runs command with debug logging

Remarks

Important

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
}
allowCalendarSharing               : true
allowPlannerMobilePushNotifications: true
allowRosterCreation                : true
allowTenantMoveWithDataLoss        : false
allowTenantMoveWithDataMigration   : false
isPlannerAllowed                   : true
isPlannerAllowed,allowCalendarSharing,allowTenantMoveWithDataLoss,allowTenantMoveWithDataMigration,allowRosterCreation,allowPlannerMobilePushNotifications
1,1,,,1,1
# planner tenant settings list

Date: 4/2/2023

## 1

Property | Value
---------|-------
id | 1
isPlannerAllowed | true
allowCalendarSharing | true
allowTenantMoveWithDataLoss | false
allowTenantMoveWithDataMigration | false
allowRosterCreation | true
allowPlannerMobilePushNotifications | true
disallowedSharedWithContainerTypes | []