< Back

New-AdminPowerAppCdsDatabase

Sat Jan 18, 2020 3:48 pm

NAME New-AdminPowerAppCdsDatabase



SYNOPSIS

Creates a Common Data Service For Apps database for the specified environment.





SYNTAX

New-AdminPowerAppCdsDatabase [-EnvironmentName] <String> [-CurrencyName] <String> [-LanguageName] <String>

[[-WaitUntilFinished] <Boolean>] [[-Templates] <String[]>] [[-SecurityGroupId] <String>] [[-DomainName] <String>]

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





DESCRIPTION

The New-AdminPowerAppCdsDatabase cmdlet creates a Common Data Service For Apps database for the specified

environment with teh specified default language and currency.

Use Get-Help New-AdminPowerAppCdsDatabase -Examples for more detail.





PARAMETERS

-EnvironmentName <String>

The environment name



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-CurrencyName <String>

The default currency for the database, use Get-AdminPowerAppCdsDatabaseCurrencies to get the supported values



Required? true

Position? 2

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-LanguageName <String>

The default languages for the database, use Get-AdminPowerAppCdsDatabaseLanguages to get the support values



Required? true

Position? 3

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-WaitUntilFinished <Boolean>

Default is true. If set to true, then the function will not return a value until provisioning the database is

complete (as either a success or failure)



Required? false

Position? 4

Default value True

Accept pipeline input? false

Accept wildcard characters? false



-Templates <String[]>

The list of templates that used for provisision. If not provided then an empty Common Data Service database

will be created.



Required? false

Position? 5

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SecurityGroupId <String>

The Azure Active Directory security group object identifier to which to restrict database membership.



Required? false

Position? 6

Default value

Accept pipeline input? false

Accept wildcard characters? false



-DomainName <String>

The domain name



Required? false

Position? 7

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ApiVersion <String>



Required? false

Position? 8

Default value 2018-01-01

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>New-AdminPowerAppCdsDatabase -EnvironmentName 8d996ece-8558-4c4e-b459-a51b3beafdb4 -CurrencyName USD

-LanguageName 1033



Creates a database with the US dollar currency and Environment (US) language











RELATED LINKS