Edit

Share via


Get-CsTeamsEmergencyCallingPolicy

Syntax

Get-CsTeamsEmergencyCallingPolicy
   [[-Identity] <string>]
   [<CommonParameters>]
Get-CsTeamsEmergencyCallingPolicy
   [-Filter <string>]
   [<CommonParameters>]

Description

This cmdlet returns one or more emergency calling policies. 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

Get-CsTeamsEmergencyCallingPolicy

Retrieves all emergency calling policies that are available in your scope.

Example 2

Get-CsTeamsEmergencyCallingPolicy -Identity TestECP

Retrieves an emergency calling policy with the identity TestECP

Example 3

Get-CsTeamsEmergencyCallingPolicy -Filter Test*

Retrieves all emergency calling policies with Identity starting with Test.

Example 4

(Get-CsTeamsEmergencyCallingPolicy -Identity TestECP).ExtendedNotifications

EmergencyDialString       : 112
NotificationGroup         : alert2@contoso.com
NotificationDialOutNumber :
NotificationMode          : ConferenceUnMuted

EmergencyDialString       : 911
NotificationGroup         : alert3@contoso.com
NotificationDialOutNumber : +14255551234
NotificationMode          : NotificationOnly

This example displays extended notifications set on emergency calling policy with the identity TestECP.

Parameters

-Filter

The Filter parameter allows you to limit the number of results based on filters on Identity you specify.

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

-Identity

Specify the policy that you would like to retrieve.

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

Inputs

None

Outputs

System.Object