Set-CsTeamsEmergencyCallingPolicy

Syntax

Set-CsTeamsEmergencyCallingPolicy
   [[-Identity] <string>]
   [-Description <string>]
   [-EnhancedEmergencyServiceDisclaimer <string>]
   [-ExternalLocationLookupMode <string>]
   [-NotificationDialOutNumber <string>]
   [-NotificationGroup <string>]
   [-NotificationMode <Object>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

This cmdlet modifies an existing Teams Emergency Calling policy. Emergency calling policy is used for the life cycle of emergency calling experience for the security desk and Teams client location experience.

Examples

Example 1

Set-CsTeamsEmergencyCallingPolicy -Identity "testECP" -NotificationGroup "123@gh.com;567@test.com"

This example modifies an existing cmdlet with identity testECP.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-Description

Provides a description of the Teams Emergency Calling policy to identify the purpose of setting it.

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

Allows the tenant administrator to configure a text string, which is shown at the top of the Calls app. The user can acknowledge the string by selecting OK. The string will be shown on client restart.

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

Enables ExternalLocationLookupMode. This mode allows users to set Emergency addresses for remote locations.

Type:String
Accepted values:Disabled, Enabled
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-Identity

The Identity parameter is a unique identifier that designates the name of the policy

Type:String
Position:1
Default value:None
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.

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

NotificationGroup is a 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
Accept pipeline input:False
Accept wildcard characters:False
-NotificationMode

The type of conference experience for security desk notification. Support for the ConferenceUnMuted mode is pending.

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

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False