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
applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
4
+
applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
5
5
title: New-CsNetworkMediaBypassConfiguration
6
6
schema: 2.0.0
7
7
manager: bulenteg
@@ -17,9 +17,6 @@ ms.reviewer: rogupta
17
17
Creates new global settings for media bypass.
18
18
This cmdlet was introduced in Lync Server 2010.
19
19
20
-
21
-
22
-
23
20
## SYNTAX
24
21
25
22
```
@@ -40,8 +37,6 @@ The object created by this cmdlet must be saved to a variable and then assigned
40
37
The settings created with this cmdlet can be retrieved only by accessing the MediaBypassSettings property of the global network configuration.
41
38
To retrieve these settings, run this command: (Get-CsNetworkConfiguration).MediaBypassSettings.
42
39
43
-
44
-
45
40
## EXAMPLES
46
41
47
42
### -------------------------- EXAMPLE 1 --------------------------
@@ -86,7 +81,6 @@ We assign those settings to the variable $a.
86
81
In line 2 we modify the settings stored in variable $a by assigning the value False ($false) to the AlwaysBypass property.
87
82
Finally, in line 3 we call the Set-CsNetworkConfiguration cmdlet, passing the MediaBypassSettings parameter the variable $a, which saves the change we made to the AlwaysBypass property.
88
83
89
-
90
84
## PARAMETERS
91
85
92
86
### -AlwaysBypass
@@ -108,8 +102,6 @@ Setting AlwaysBypass and Enabled both to True will auto-generate a bypass ID tha
108
102
109
103
Default: False
110
104
111
-
112
-
113
105
```yaml
114
106
Type: Boolean
115
107
Parameter Sets: (All)
@@ -133,8 +125,6 @@ This ID must be in the format of a GUID (for example, 96f14dea-5170-429a-b92b-f1
133
125
However, you will typically not have to set or change this parameter.
134
126
This value is automatically generated when Enabled is set to True and either: 1) AlwaysBypass is set to True, or 2) the EnableDefaultBypassID parameter is set to True.
135
127
136
-
137
-
138
128
```yaml
139
129
Type: String
140
130
Parameter Sets: (All)
@@ -158,7 +148,6 @@ At that point bypass decisions will be based on the value of the AlwaysBypass se
158
148
159
149
Default: False
160
150
161
-
162
151
```yaml
163
152
Type: Boolean
164
153
Parameter Sets: (All)
@@ -185,8 +174,6 @@ Any subnets associated with the core need not be defined and bypass will automat
185
174
186
175
Default: False
187
176
188
-
189
-
190
177
```yaml
191
178
Type: Boolean
192
179
Parameter Sets: (All)
@@ -207,8 +194,6 @@ External media bypass is not supported in Skype for Business Server.
207
194
208
195
Default: Off
209
196
210
-
211
-
212
197
```yaml
213
198
Type: BypassModeEnumType
214
199
Parameter Sets: (All)
@@ -230,9 +215,6 @@ Other values for this parameter are reserved for future use.
0 commit comments