-
Notifications
You must be signed in to change notification settings - Fork 0
Add PpacAdminManagementApplication
Add application to the list of admin management applications in Power Platform Admin Center (PPAC).
Add-PpacAdminManagementApplication [[-ServicePrincipalId] <String>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Adds an application to the list of admin management applications in Power Platform Admin Center (PPAC). This is required for the application to be able to perform certain administrative actions in PPAC, such as managing environments or other applications.
Add-PpacAdminManagementApplication -ServicePrincipalId "00000000-0000-0000-0000-000000000000"
This will add the application with the specified service principal ID to the list of admin management applications in PPAC.
The ID of the service principal to be added to the list of admin management applications.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Mötz Jensen (@Splaxi) Based on: https://learn.microsoft.com/en-us/power-platform/admin/powerplatform-api-create-service-principal