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,permissions,response,full. Default isoptions.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md,none. Defaultjson.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Remarks
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.
Permissions
- Delegated
- Application
| Resource | Permissions |
|---|---|
| Microsoft Graph |
To use this command you must be a global administrator.
This command does not support application permissions.
Examples
Lists the Microsoft Planner settings of the tenant.
m365 planner tenant settings list
Response
- JSON
- Text
- CSV
- Markdown
{
"id": "1",
"isPlannerAllowed": true,
"allowCalendarSharing": true,
"allowTenantMoveWithDataLoss": false,
"allowTenantMoveWithDataMigration": false,
"allowRosterCreation": true,
"allowPlannerMobilePushNotifications": true,
"allowFileRecommendations": true,
"enforceClientLicenseCheck": false,
"allowDataFlowToDataverse": true,
"allowPlannerCopilot": true,
"disallowedSharedWithContainerTypes": [
{
"hostContainerType": "group",
"sharedWithContainerType": "roster"
}
]
}
allowCalendarSharing : true
allowDataFlowToDataverse : true
allowFileRecommendations : true
allowPlannerCopilot : true
allowPlannerMobilePushNotifications: true
allowRosterCreation : true
allowTenantMoveWithDataLoss : false
allowTenantMoveWithDataMigration : false
disallowedSharedWithContainerTypes : [{"hostContainerType":"group","sharedWithContainerType":"roster"}]
enforceClientLicenseCheck : false
id : 1
isPlannerAllowed : true
id,isPlannerAllowed,allowCalendarSharing,allowTenantMoveWithDataLoss,allowTenantMoveWithDataMigration,allowRosterCreation,allowPlannerMobilePushNotifications,allowFileRecommendations,enforceClientLicenseCheck,allowDataFlowToDataverse,allowPlannerCopilot
1,1,1,0,0,1,1,1,0,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
allowFileRecommendations | true
enforceClientLicenseCheck | false
allowDataFlowToDataverse | true
allowPlannerCopilot | true