New-CsTeamsEmergencyCallingExtendedNotification

Syntax

New-CsTeamsEmergencyCallingExtendedNotification
   -EmergencyDialString <string>
   [-NotificationGroup <string>]
    [-NotificationDialOutNumber <string>]
   [-NotificationMode <string>]
   [<CommonParameters>]

Description

Note: The use of extended notifications for emergency calling and this cmdlet is currently not supported.

This cmdlet supports creating specific emergency calling notification settings per emergency phone number. It is used with TeamsEmergencyCallingPolicy.

Examples

Example 1

PS C:>  $en1 = New-CsTeamsEmergencyCallingExtendedNotification -EmergencyDialString "911" -NotificationGroup "alert2@contoso.com" -NotificationMode ConferenceUnMuted

Creates an extended emergency calling notification for the emergency phone number 911 and stores it in the variable $en1. The variable should be added afterward to a TeamsEmergencyCallingPolicy instance.

Parameters

-EmergencyDialString

Specifies the emergency phone number.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-NotificationDialOutNumber

This parameter represents the PSTN number which can be dialed out if NotificationMode is set to either of the two Conference values. The PSTN phone cannot be unmuted even when the NotificationMode is set to ConferenceUnMuted.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-NotificationGroup

NotificationGroup is an email list of users and groups to be notified of an emergency call. Individual users or groups are separated by ";", for instance, "group1@contoso.com;group2@contoso.com". A maximum of 50 users can be notified.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-NotificationMode

The type of conference experience for security desk notification.

Type:Microsoft.Rtc.Management.WritableConfig.Policy.Teams.NotificationMode
Accepted values:NotificationOnly, ConferenceMuted, ConferenceUnMuted
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object

Notes

The use of extended notifications for emergency calling and this cmdlet is currently not supported.