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.
Set-AdminPowerAppCdsAdditionalNotificationEmails
[-EnvironmentName] <String>
[-AdditionalNotificationEmails] <String[]>
[[-ApiVersion] <String>]
[<CommonParameters>]
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.
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.
The email addresses.
Type: | String[] |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
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 |
The environment ID.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |