Skip to 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 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

Attention

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
    },
    "environments": {},
    "governance": {
      "disableAdminDigest": false,
      "allowDeveloperEnvironmentProvisioning": false
    },
    "licensing": {
      "disableBillingPolicyCreationByNonAdminUsers": false
    },
    "powerPages": {}
  }
}
disableCapacityAllocationByEnvironmentAdmins  : false
disableEnvironmentCreationByNonAdminUsers     : false
disableNPSCommentsReachout                    : false
disablePortalsCreationByNonAdminUsers         : false
disableSupportTicketsVisibleByAllUsers        : false
disableSurveyFeedback                         : false
disableTrialEnvironmentCreationByNonAdminUsers: false
walkMeOptOut                                  : false
disableCapacityAllocationByEnvironmentAdmins,disableEnvironmentCreationByNonAdminUsers,disableNPSCommentsReachout,disablePortalsCreationByNonAdminUsers,disableSupportTicketsVisibleByAllUsers,disableSurveyFeedback,disableTrialEnvironmentCreationByNonAdminUsers,walkMeOptOut
false,false,false,false,false,false,false,false
# pp tenant settings list

Date: 6/2/2023

Property | Value
---------|-------
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},"environments":{},"governance":{"disableAdminDigest":false,"disableDeveloperEnvironmentCreationByNonAdminUsers":false},"licensing":{"disableBillingPolicyCreationByNonAdminUsers":false},"powerPages":{}}