Get-CsInboundBlockedNumberPattern
Returns a list of all blocked number patterns added to the tenant list.
Syntax
Get-CsInboundBlockedNumberPattern
[-Tenant <Guid>]
[[-Identity] <XdsGlobalRelativeIdentity>]
[-LocalStore]
[<CommonParameters>]
Get-CsInboundBlockedNumberPattern
[-Tenant <Guid>]
[-Filter <String>]
[-LocalStore][<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 C:> Get-CsInboundBlockedNumberPattern
In the preceding example, the Get-CsInboundBlockedNumberPattern cmdlet is called without any parameters in order to return all the blocked number patterns.
Parameters
Enables you to limit the returned data by filtering on Skype for Business Online-specific attributes. The Filter parameter uses the same Windows PowerShell filtering syntax that is used by the Where-Object cmdlet.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Indicates the Identity of the blocked number patterns to return.
Type: | XdsGlobalRelativeIdentity |
Position: | 1 |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
This parameter is reserved for internal Microsoft use.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
This parameter is reserved for internal Microsoft use.
Type: | Guid |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object
Related Links
意見反應
提交並檢視相關的意見反應