Get-CsTeamsEmergencyCallRoutingPolicy
This cmdlet returns one or more Emergency Call Routing policies.
Syntax
Identity (Default)
Get-CsTeamsEmergencyCallRoutingPolicy
[[-Identity] <string>]
[<CommonParameters>]
Filter
Get-CsTeamsEmergencyCallRoutingPolicy
[-Filter <string>]
[<CommonParameters>]
Description
This cmdlet returns one or more Emergency Call Routing policies. This policy is used for the life cycle of emergency call routing - emergency numbers and routing configuration.
Examples
Example 1
Get-CsTeamsEmergencyCallRoutingPolicy
Retrieves all emergency call routing policies that are available in your scope.
Example 2
Get-CsTeamsEmergencyCallRoutingPolicy -Identity TestECRP
Retrieves one emergency call routing policy specifying the identity.
Example 3
Get-CsTeamsEmergencyCallRoutingPolicy -Filter 'Test*'
Retrieves all emergency call routing policies with identity starting with Test.
Parameters
-Filter
Enables you to use wildcard characters when indicating the policy (or policies) to be returned.
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.