Skip to content

Latest commit

 

History

History
97 lines (70 loc) · 2.39 KB

Get-CsInboundBlockedNumberPattern.md

File metadata and controls

97 lines (70 loc) · 2.39 KB
external help file online version applicable title author ms.author ms.reviewer manager schema
Microsoft.Rtc.Management.Hosted.dll-help.xml
Microsoft Teams
Get-CsInboundBlockedNumberPattern
jenstrier
serdars
bulenteg
2.0.0

Get-CsInboundBlockedNumberPattern

SYNOPSIS

Returns a list of all blocked number patterns added to the tenant list.

SYNTAX

Identity (Default)

Get-CsInboundBlockedNumberPattern [[-Identity] <string>] [<CommonParameters>]

Filter

Get-CsInboundBlockedNumberPattern [-Filter <string>] [<CommonParameters>]

DESCRIPTION

This cmdlet returns a list of all blocked number patterns added to the tenant list including Name, Description, Enabled (True/False), and Pattern for each.

EXAMPLES

Example 1

PS> Get-CsInboundBlockedNumberPattern

In this example, the Get-CsInboundBlockedNumberPattern cmdlet is called without any parameters in order to return all the blocked number patterns.

Example 2

PS> Get-CsInboundBlockedNumberPattern -Filter Block*

In this example, the Get-CsInboundBlockedNumberPattern cmdlet will return all the blocked number patterns which identity starts with Block.

PARAMETERS

-Filter

Enables you to limit the returned data by filtering on the Identity.

Type: String
Parameter Sets: Filter
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Identity

Indicates the Identity of the blocked number patterns to return.

Type: String
Parameter Sets: Identity
Aliases:

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

RELATED LINKS

New-CsInboundBlockedNumberPattern

Set-CsInboundBlockedNumberPattern

Remove-CsInboundBlockedNumberPattern