Modifier

Remove-CsTeamsEmergencyCallingPolicy

Syntax

Remove-CsTeamsEmergencyCallingPolicy
      [-Identity] <string>
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

This cmdlet removes an existing Teams Emergency Calling policy.

Examples

Example 1

Remove-CsTeamsEmergencyCallingPolicy -Identity testECP

This example removes an existing Teams Emergency Calling policy with identity testECP.

Example 2

Remove-CsTeamsEmergencyCallingPolicy -Identity Global

This example resets the Global Policy instance to the default values.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Identity

The Identity parameter is the unique identifier of the Teams Emergency Calling policy to remove.

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.Rtc.Management.Xds.XdsIdentity

Outputs

System.Object