Skip to main content

pp tenant settings list

Lists the global Power Platform tenant settings

Usage

m365 pp 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

warning

This command is based on an API that is currently in preview and is subject to change once the API reached general availability.

Examples

Lists the global Power Platform settings of the tenant

m365 pp tenant settings list

Response

{
"walkMeOptOut": false,
"disableNPSCommentsReachout": false,
"disableNewsletterSendout": false,
"disableEnvironmentCreationByNonAdminUsers": false,
"disablePortalsCreationByNonAdminUsers": false,
"disableSurveyFeedback": false,
"disableTrialEnvironmentCreationByNonAdminUsers": false,
"disableCapacityAllocationByEnvironmentAdmins": false,
"disableSupportTicketsVisibleByAllUsers": false,
"powerPlatform": {
"search": {
"disableDocsSearch": false,
"disableCommunitySearch": false,
"disableBingVideoSearch": false
},
"teamsIntegration": {
"shareWithColleaguesUserLimit": 10000
},
"powerApps": {
"disableShareWithEveryone": false,
"enableGuestsToMake": false,
"disableMembersIndicator": false,
"disableMakerMatch": false,
"disableUnusedLicenseAssignment": false
},
"environments": {
"disablePreferredDataLocationForTeamsEnvironment": false
},
"governance": {
"disableAdminDigest": true,
"disableDeveloperEnvironmentCreationByNonAdminUsers": false,
"enableDefaultEnvironmentRouting": false
},
"licensing": {
"disableBillingPolicyCreationByNonAdminUsers": false,
"storageCapacityConsumptionWarningThreshold": 85
},
"powerPages": {},
"champions": {
"disableChampionsInvitationReachout": false,
"disableSkillsMatchInvitationReachout": false
},
"intelligence": {
"disableCopilot": false,
"enableOpenAiBotPublishing": false
},
"modelExperimentation": {
"enableModelDataSharing": false
}
}
}
CTRL + M