Get-AdminPowerAppCdsDatabaseTemplates
Returns all supported Microsoft Dataverse templates.
Syntax
Default (Default)
Get-AdminPowerAppCdsDatabaseTemplates
[[-Filter] <String[]>]
-LocationName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Get-AdminPowerAppCdsDatabaseTemplates cmdlet returns all supported Dataverse templates, which is required to provision a new environment. Use Get-Help Get-AdminPowerAppCdsDatabaseTemplates -Examples for more detail.
Examples
EXAMPLE 1
Get-AdminPowerAppCdsDatabaseTemplates -LocationName unitedstates
Returns all templates for United States.
EXAMPLE 2
Get-AdminPowerAppCdsDatabaseTemplates *CDS*
Returns the CDS template.
Parameters
-ApiVersion
The api version to call with.
Parameter properties
Type: | String |
Default value: | 2019-05-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 templates 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.