Remove-CsInboundBlockedNumberPattern

Removes a blocked number pattern from the tenant list.

Syntax

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

Description

This cmdlet removes a blocked number pattern from the tenant list.

Examples

Example 1

PS> Remove-CsInboundBlockedNumberPattern -Identity "BlockAutomatic"

This example removes a blocked number pattern identified as "BlockAutomatic".

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

A unique identifier specifying the blocked number pattern to be removed.

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