Skip to content

Commit ede3fb3

Browse files
authored
Merge branch 'master' into kenwith-patch-2
2 parents c3d7f37 + 58157b9 commit ede3fb3

18 files changed

+2748
-0
lines changed

Get-CsInboundBlockedNumberPattern.md

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
3+
applicable: Skype for Business Online
4+
title: Get-CsInboundBlockedNumberPattern
5+
schema: 2.0.0
6+
---
7+
8+
# Get-CsInboundBlockedNumberPattern
9+
10+
## SYNOPSIS
11+
12+
## SYNTAX
13+
14+
### Identity (Default)
15+
```
16+
Get-CsInboundBlockedNumberPattern [-Tenant <System.Guid>] [[-Identity] <XdsGlobalRelativeIdentity>]
17+
[-LocalStore] [<CommonParameters>]
18+
```
19+
20+
### Filter
21+
```
22+
Get-CsInboundBlockedNumberPattern [-Tenant <System.Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
{{ Fill in the Description }}
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```powershell
32+
PS C:> {{ Add example code here }}
33+
```
34+
35+
{{ Add example description here }}
36+
37+
## PARAMETERS
38+
39+
### -Filter
40+
{{ Fill Filter Description }}
41+
42+
```yaml
43+
Type: String
44+
Parameter Sets: Filter
45+
Aliases:
46+
47+
Required: False
48+
Position: Named
49+
Default value: None
50+
Accept pipeline input: False
51+
Accept wildcard characters: False
52+
```
53+
54+
### -Identity
55+
{{ Fill Identity Description }}
56+
57+
```yaml
58+
Type: XdsGlobalRelativeIdentity
59+
Parameter Sets: Identity
60+
Aliases:
61+
62+
Required: False
63+
Position: 1
64+
Default value: None
65+
Accept pipeline input: False
66+
Accept wildcard characters: False
67+
```
68+
69+
### -LocalStore
70+
{{ Fill LocalStore Description }}
71+
72+
```yaml
73+
Type: SwitchParameter
74+
Parameter Sets: (All)
75+
Aliases:
76+
77+
Required: False
78+
Position: Named
79+
Default value: None
80+
Accept pipeline input: False
81+
Accept wildcard characters: False
82+
```
83+
84+
### -Tenant
85+
{{ Fill Tenant Description }}
86+
87+
```yaml
88+
Type: System.Guid
89+
Parameter Sets: (All)
90+
Aliases:
91+
92+
Required: False
93+
Position: Named
94+
Default value: None
95+
Accept pipeline input: False
96+
Accept wildcard characters: False
97+
```
98+
99+
### CommonParameters
100+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
101+
102+
## INPUTS
103+
104+
### None
105+
106+
## OUTPUTS
107+
108+
### System.Object
109+
## NOTES
110+
111+
## RELATED LINKS
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
3+
applicable: Skype for Business Online
4+
title: Get-CsTenantBlockedNumberExceptionPattern
5+
schema: 2.0.0
6+
---
7+
8+
# Get-CsTenantBlockedNumberExceptionPattern
9+
10+
## SYNOPSIS
11+
12+
## SYNTAX
13+
14+
### Identity (Default)
15+
```
16+
Get-CsTenantBlockedNumberExceptionPattern [-Tenant <System.Guid>] [[-Identity] <XdsGlobalRelativeIdentity>]
17+
[-LocalStore] [<CommonParameters>]
18+
```
19+
20+
### Filter
21+
```
22+
Get-CsTenantBlockedNumberExceptionPattern [-Tenant <System.Guid>] [-Filter <String>] [-LocalStore]
23+
[<CommonParameters>]
24+
```
25+
26+
## DESCRIPTION
27+
{{ Fill in the Description }}
28+
29+
## EXAMPLES
30+
31+
### Example 1
32+
```powershell
33+
PS C:> {{ Add example code here }}
34+
```
35+
36+
{{ Add example description here }}
37+
38+
## PARAMETERS
39+
40+
### -Filter
41+
{{ Fill Filter Description }}
42+
43+
```yaml
44+
Type: String
45+
Parameter Sets: Filter
46+
Aliases:
47+
48+
Required: False
49+
Position: Named
50+
Default value: None
51+
Accept pipeline input: False
52+
Accept wildcard characters: False
53+
```
54+
55+
### -Identity
56+
{{ Fill Identity Description }}
57+
58+
```yaml
59+
Type: XdsGlobalRelativeIdentity
60+
Parameter Sets: Identity
61+
Aliases:
62+
63+
Required: False
64+
Position: 1
65+
Default value: None
66+
Accept pipeline input: False
67+
Accept wildcard characters: False
68+
```
69+
70+
### -LocalStore
71+
{{ Fill LocalStore Description }}
72+
73+
```yaml
74+
Type: SwitchParameter
75+
Parameter Sets: (All)
76+
Aliases:
77+
78+
Required: False
79+
Position: Named
80+
Default value: None
81+
Accept pipeline input: False
82+
Accept wildcard characters: False
83+
```
84+
85+
### -Tenant
86+
{{ Fill Tenant Description }}
87+
88+
```yaml
89+
Type: System.Guid
90+
Parameter Sets: (All)
91+
Aliases:
92+
93+
Required: False
94+
Position: Named
95+
Default value: None
96+
Accept pipeline input: False
97+
Accept wildcard characters: False
98+
```
99+
100+
### CommonParameters
101+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
102+
103+
## INPUTS
104+
105+
### None
106+
107+
## OUTPUTS
108+
109+
### System.Object
110+
## NOTES
111+
112+
## RELATED LINKS

0 commit comments

Comments
 (0)