Remove-CsInboundExemptNumberPattern

Removes a number pattern exempt from call blocking.

Syntax

Remove-CsInboundExemptNumberPattern
      -Identity <XdsGlobalRelativeIdentity>
      [-Tenant <Guid>]
      [<CommonParameters>]

Description

This cmdlet removes a specific exempt number pattern from the tenant list for call blocking

Examples

Example 1

Remove-CsInboundExemptNumberPattern -Identity "Exempt1"

This removes the exempt number patterns with Identity Exempt1.

Parameters

-Identity

Unique identifier for the exempt number pattern to be listed.

Type:XdsGlobalRelativeIdentity
Position:1
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-Tenant

This parameter is reserved for internal Microsoft use.

Type:System.Guid
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object

Notes

You can use Test-CsInboundBlockedNumberPattern to test your call block and exempt phone number ranges.