Share via


Get-AdminPowerAppEnvironmentLocations

Returns all supported environment locations.

Syntax

Default (Default)

Get-AdminPowerAppEnvironmentLocations
    [[-Filter] <String[]>]
    [-ApiVersion <String>]
    [<CommonParameters>]

Description

The Get-AdminPowerAppEnvironmentLocations cmdlet returns all supported locations to create an environment in PowerApps. Use Get-Help Get-AdminPowerAppEnvironmentLocations -Examples for more detail.

Examples

EXAMPLE 1

Get-AdminPowerAppEnvironmentLocations

Returns all locations.

EXAMPLE 2

Get-AdminPowerAppEnvironmentLocations *unitedstates*

Returns the US locations.

Parameters

-ApiVersion

The api version to call with.

Parameter properties

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

Parameter sets

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

-Filter

Finds locations matching the specified filter (wildcards supported).

Parameter properties

Type:

String[]

Default value:None
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.