Share via


Get-AdminPowerAppCdsDatabaseCurrencies

Returns all supported Microsoft Dataverse currencies.

Syntax

Default (Default)

Get-AdminPowerAppCdsDatabaseCurrencies
    [[-Filter] <String[]>]
    -LocationName <String>
    [-ApiVersion <String>]
    [<CommonParameters>]

Description

The Get-AdminPowerAppCdsDatabaseCurrencies cmdlet returns all supported Dataverse currencies, which is required to provision a new environment. Use Get-Help Get-AdminPowerAppCdsDatabaseCurrencies -Examples for more detail.

Examples

EXAMPLE 1

Get-AdminPowerAppCdsDatabaseCurrencies

Returns all currencies.

EXAMPLE 2

Get-AdminPowerAppCdsDatabaseCurrencies *USD*

Returns the US dollar currency.

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 currencies 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

-LocationName

The location of the current environment. Use Get-AdminPowerAppEnvironmentLocations to see the valid locations.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
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.