Get-AdminPowerAppCdsAdditionalNotificationEmails
Returns email addresses of users of model-driven apps in Dynamics 365 that receive notifications.
Syntax
Get-AdminPowerAppCdsAdditionalNotificationEmails
[-EnvironmentName] <String>
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The Get-AdminPowerAppCdsAdditionalNotificationEmails cmdlet returns email addresses of users, other than default admins of the Dataverse, linked to an environment that receive notifications.
Examples
EXAMPLE 1
Get-AdminPowerAppCdsAdditionalNotificationEmails -EnvironmentName [Guid]
Returns email addresses of users linked to the specified environment.
Parameters
-ApiVersion
Version of Power Apps API to use.
| Type: | String |
| Position: | 2 |
| Default value: | 2019-10-01 |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-EnvironmentName
ID of the environment.
| Type: | String |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |