Remove-CsCallingLineIdentity

Use the Remove-CsCallingLineIdentity cmdlet to remove a Caller ID policy from your organization.

Syntax

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

Description

This cmdlet will remove a Caller ID policy from your organization or resets the Global policy instance to the default values.

Examples

-------------------------- Example 1 --------------------------

PS C:\> Remove-CsCallingLineIdentity -Identity Anonymous

This example removes a Caller ID policy.

Parameters

-Confirm

The Confirm switch causes the command to pause processing, and requires confirmation to proceed.

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

-Identity

The Identity parameter identifies the Caller ID policy.

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

-WhatIf

The WhatIf switch causes the command to simulate its results. By using this switch, you can view what changes would occur without having to commit those changes.

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