You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this cmdlet to show the configuration of the previously created Session Border Controller(s) (SBC(s)) configuration. Each configuration contains specific settings for an SBC. These settings configure such entities as SIP signaling port, whether media bypass is enabled on this SBC, will the SBC send SIP options, specify the limit of maximum concurrent sessions, The cmdlet also let drain the SBC by setting parameter -Enabled to true or false state. When the Enabled parameter set to $false, the SBC will continue existing calls, bit all new calls routed to another SBC in a route (if exists).
21
29
22
30
## EXAMPLES
23
31
24
-
### -------------------------- Example 1 --------------------------
25
-
```
26
-
Get-CSOnlinePSTNGateway
32
+
### Example 1
33
+
```powershell
34
+
PS C:\> Get-CSOnlinePSTNGateway
27
35
```
28
36
29
37
This example shows all SBCs paired with the tenant
30
38
31
-
### -------------------------- Example 2 --------------------------
This example selects all SBC with names matching the pattern *.contoso.com. For example: sbc1.contoso.com, sbc2.contoso.com etc
37
45
38
-
39
46
## PARAMETERS
40
47
48
+
### -Filter
49
+
50
+
```yaml
51
+
Type: String
52
+
Parameter Sets: Filter
53
+
Aliases:
54
+
Applicable: Skype for Business Online
55
+
Required: False
56
+
Position: Named
57
+
Default value: None
58
+
Accept pipeline input: False
59
+
Accept wildcard characters: False
60
+
```
61
+
41
62
### -Identity
42
63
The parameter is optional for the cmdlet. If not set all SBC paired to the tenant are listed.
43
64
44
65
```yaml
66
+
Type: XdsGlobalRelativeIdentity
67
+
Parameter Sets: Identity
68
+
Aliases:
69
+
Applicable: Skype for Business Online
45
70
Required: False
71
+
Position: 1
46
72
Default value: None
47
73
Accept pipeline input: False
48
74
Accept wildcard characters: False
49
75
```
50
76
77
+
### -LocalStore
78
+
79
+
```yaml
80
+
Type: SwitchParameter
81
+
Parameter Sets: (All)
82
+
Aliases:
83
+
84
+
Required: False
85
+
Position: Named
86
+
Default value: None
87
+
Accept pipeline input: False
88
+
Accept wildcard characters: False
89
+
```
90
+
91
+
### -Tenant
92
+
93
+
```yaml
94
+
Type: System.Guid
95
+
Parameter Sets: (All)
96
+
Aliases:
97
+
98
+
Required: False
99
+
Position: Named
100
+
Default value: None
101
+
Accept pipeline input: False
102
+
Accept wildcard characters: False
103
+
```
104
+
105
+
### CommonParameters
106
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
107
+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments