Set-CsTeamsEmergencyCallRoutingPolicy
This cmdlet modifies an existing Teams Emergency Call Routing Policy.
Syntax
Set-CsTeamsEmergencyCallRoutingPolicy
[[-Identity] <string>]
[-AllowEnhancedEmergencyServices <bool>]
[-Description <string>]
[-EmergencyNumbers <Object>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
This cmdlet modifies an existing Teams Emergency Call Routing Policy. Teams Emergency Call Routing policy is used for the life cycle of emergency call routing - emergency numbers and routing configuration
Examples
Example 1
Set-CsTeamsEmergencyCallRoutingPolicy -Identity "testecrp" -AllowEnhancedEmergencyServices:$false -Description "test"
This example modifies an existing Teams Emergency Call Routing Policy.
Parameters
Flag to enable Enhanced Emergency Services.
| Type: | Boolean |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Prompts you for confirmation before running the cmdlet.
| Type: | SwitchParameter |
| Aliases: | cf |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Provides a description of the Teams Emergency Call Routing policy to identify the purpose of setting it.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
One or more emergency number objects obtained from the New-CsTeamsEmergencyNumber cmdlet.
| Type: | Object |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The Identity parameter is a unique identifier that designates the name of the policy.
| Type: | String |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
| Type: | SwitchParameter |
| Aliases: | wi |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Related Links
フィードバック
フィードバックの送信と表示