Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

-Identity

Specify the policy that you would like to retrieve.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

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.

Inputs

None

Related Links


Feedback

Was this page helpful?