Skip to content

Commit 38e01c6

Browse files
authored
Merge pull request #12238 from przlplx/patch-66
Patch 66
2 parents f6c3e9f + 63d170e commit 38e01c6

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

skype/skype-ps/skype/New-CsNetworkMediaBypassConfiguration.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.dll-help.xml
33
online version: https://learn.microsoft.com/powershell/module/skype/new-csnetworkmediabypassconfiguration
4-
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
55
title: New-CsNetworkMediaBypassConfiguration
66
schema: 2.0.0
77
manager: bulenteg
@@ -17,9 +17,6 @@ ms.reviewer: rogupta
1717
Creates new global settings for media bypass.
1818
This cmdlet was introduced in Lync Server 2010.
1919

20-
21-
22-
2320
## SYNTAX
2421

2522
```
@@ -40,8 +37,6 @@ The object created by this cmdlet must be saved to a variable and then assigned
4037
The settings created with this cmdlet can be retrieved only by accessing the MediaBypassSettings property of the global network configuration.
4138
To retrieve these settings, run this command: (Get-CsNetworkConfiguration).MediaBypassSettings.
4239

43-
44-
4540
## EXAMPLES
4641

4742
### -------------------------- EXAMPLE 1 --------------------------
@@ -86,7 +81,6 @@ We assign those settings to the variable $a.
8681
In line 2 we modify the settings stored in variable $a by assigning the value False ($false) to the AlwaysBypass property.
8782
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.
8883

89-
9084
## PARAMETERS
9185

9286
### -AlwaysBypass
@@ -108,8 +102,6 @@ Setting AlwaysBypass and Enabled both to True will auto-generate a bypass ID tha
108102

109103
Default: False
110104

111-
112-
113105
```yaml
114106
Type: Boolean
115107
Parameter Sets: (All)
@@ -133,8 +125,6 @@ This ID must be in the format of a GUID (for example, 96f14dea-5170-429a-b92b-f1
133125
However, you will typically not have to set or change this parameter.
134126
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.
135127
136-
137-
138128
```yaml
139129
Type: String
140130
Parameter Sets: (All)
@@ -158,7 +148,6 @@ At that point bypass decisions will be based on the value of the AlwaysBypass se
158148
159149
Default: False
160150
161-
162151
```yaml
163152
Type: Boolean
164153
Parameter Sets: (All)
@@ -185,8 +174,6 @@ Any subnets associated with the core need not be defined and bypass will automat
185174
186175
Default: False
187176
188-
189-
190177
```yaml
191178
Type: Boolean
192179
Parameter Sets: (All)
@@ -207,8 +194,6 @@ External media bypass is not supported in Skype for Business Server.
207194
208195
Default: Off
209196
210-
211-
212197
```yaml
213198
Type: BypassModeEnumType
214199
Parameter Sets: (All)
@@ -230,9 +215,6 @@ Other values for this parameter are reserved for future use.
230215
231216
Default: Off
232217
233-
234-
235-
236218
```yaml
237219
Type: BypassModeEnumType
238220
Parameter Sets: (All)
@@ -251,9 +233,6 @@ Accept wildcard characters: False
251233
Indicates whether media bypass should be used for audio/video conferences.
252234
The default value is False ($False).
253235
254-
255-
256-
257236
```yaml
258237
Type: Boolean
259238
Parameter Sets: (All)

0 commit comments

Comments
 (0)