Partilhar via


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

Default (Default)

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.

Parameter properties

Type:

String[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:2
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ApiVersion

Specifies the Api version that is called.

Parameter properties

Type:String
Default value:2019-10-01
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:3
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-EnvironmentName

The environment ID.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.