external help file | online version | applicable | title | author | ms.author | manager | ms.reviewer | schema |
---|---|---|---|---|---|---|---|---|
Microsoft.Rtc.Management.Hosted.dll-help.xml |
Microsoft Teams |
Get-CsTeamsEmergencyCallRoutingPolicy |
jenstrier |
serdars |
roykuntz |
chenc |
2.0.0 |
This cmdlet returns one or more Emergency Call Routing policies.
Get-CsTeamsEmergencyCallRoutingPolicy [[-Identity] <string>] [<CommonParameters>]
Get-CsTeamsEmergencyCallRoutingPolicy [-Filter <string>] [<CommonParameters>]
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.
Get-CsTeamsEmergencyCallRoutingPolicy
Retrieves all emergency call routing policies that are available in your scope.
Get-CsTeamsEmergencyCallRoutingPolicy -Identity TestECRP
Retrieves one emergency call routing policy specifying the identity.
Get-CsTeamsEmergencyCallRoutingPolicy -Filter 'Test*'
Retrieves all emergency call routing policies with identity starting with Test.
Specify the policy that you would like to retrieve.
Type: String
Parameter Sets: Identity
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Enables you to use wildcard characters when indicating the policy (or policies) to be returned.
Type: String
Parameter Sets: Filter
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
New-CsTeamsEmergencyCallRoutingPolicy
Set-CsTeamsEmergencyCallRoutingPolicy