Leer en inglés Editar

Compartir a través de


Get-CsTeamsEmergencyCallingPolicy

Syntax

PowerShell
Get-CsTeamsEmergencyCallingPolicy
   [[-Identity] <string>]
   [<CommonParameters>]
PowerShell
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

PowerShell
Get-CsTeamsEmergencyCallingPolicy

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

Example 2

PowerShell
Get-CsTeamsEmergencyCallingPolicy -Identity TestECP

Retrieves an emergency calling policy with the identity TestECP

Example 3

PowerShell
Get-CsTeamsEmergencyCallingPolicy -Filter Test*

Retrieves all emergency calling policies with Identity starting with Test.

Example 4

PowerShell
(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