Set-AdminPowerAppCdsAdditionalNotificationEmails
Sets email addresses of users other than default admins of Power Platform that should receive notifications.
Important
Starting January 17, 2025, only users assigned to the Dynamics 365 administrator or Power Platform administrator role in the Microsoft 365 admin center or Microsoft Entra admin center receive email service notifications. To assign a service admin role to a user, follow the instructions in Assign a service admin role to a user. This change doesn't impact Message Center email notifications.
Syntax
Set-AdminPowerAppCdsAdditionalNotificationEmails
[-EnvironmentName] <String>
[-AdditionalNotificationEmails] <String[]>
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The Set-AdminPowerAppCdsAdditionalNotificationEmails cmdlet sets email addresses of users other than default admins of Dataverse linked to an environment that should receive notifications. Use Get-Help Set-AdminPowerAppCdsAdditionalNotificationEmails -Examples for more details.
Examples
EXAMPLE 1
Set-AdminPowerAppCdsAdditionalNotificationEmails -EnvironmentName 02c201b0-db76-4a6a-b3e1-a69202b479e6 -AdditionalNotificationEmails abc@test.com
Returns email addresses of users other than default admins of Power Platform linked to the environment 02c201b0-db76-4a6a-b3e1-a69202b479e6.
Parameters
-AdditionalNotificationEmails
The email addresses.
Type: | String[] |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ApiVersion
Specifies the Api version that is called.
Type: | String |
Position: | 3 |
Default value: | 2019-10-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnvironmentName
The environment ID.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |