New-PowerAppManagementApp
Register management application by ApplicationId.
Syntax
New-PowerAppManagementApp
-ApplicationId <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
New-PowerAppManagementApp cmdlet registers an Azure Active Directory Web app/API to be used with the Microsoft.Xrm.OnlineManagementAPI PowerShell module. Use Get-Help New-PowerAppManagementApp -Examples for more detail.
Examples
EXAMPLE 1
New-PowerAppManagementApp -ApplicationId $ApplicationId
Register management application by ApplicationId.
Parameters
-ApiVersion
Specifies the API version that is called.
Type: | String |
Position: | Named |
Default value: | 2020-06-01 |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ApplicationId
The application's identifier.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |