Get-CsTeamsEmergencyCallingPolicy
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.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Filter
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Identity
Specify the policy that you would like to retrieve.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Identity
Position: | 1 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.