Share via


Get-TenantSettings

Retrieves Power Platform tenant settings.

Syntax

Default (Default)

Get-TenantSettings
    [[-ApiVersion] <String>]
    [<CommonParameters>]

Description

The Get-TenantSettings cmdlet retrieves all Power Platform tenant-level settings. Use Get-Help Get-TenantSettings -Examples for more detail.

Examples

EXAMPLE 1

Get-TenantSettings

Return: @{walkMeOptOut=False}

Parameters

-ApiVersion

The api version to call with. Default 2016-11-01

Parameter properties

Type:String
Default value:2016-11-01
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.