Skip to content

Patch 66 #12238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Patch 66 #12238

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions skype/skype-ps/skype/New-CsNetworkMediaBypassConfiguration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Microsoft.Rtc.Management.dll-help.xml
online version: https://learn.microsoft.com/powershell/module/skype/new-csnetworkmediabypassconfiguration
applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
title: New-CsNetworkMediaBypassConfiguration
schema: 2.0.0
manager: bulenteg
Expand All @@ -17,9 +17,6 @@ ms.reviewer: rogupta
Creates new global settings for media bypass.
This cmdlet was introduced in Lync Server 2010.




## SYNTAX

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



## EXAMPLES

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


## PARAMETERS

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

Default: False



```yaml
Type: Boolean
Parameter Sets: (All)
Expand All @@ -133,8 +125,6 @@ This ID must be in the format of a GUID (for example, 96f14dea-5170-429a-b92b-f1
However, you will typically not have to set or change this parameter.
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.



```yaml
Type: String
Parameter Sets: (All)
Expand All @@ -158,7 +148,6 @@ At that point bypass decisions will be based on the value of the AlwaysBypass se

Default: False


```yaml
Type: Boolean
Parameter Sets: (All)
Expand All @@ -185,8 +174,6 @@ Any subnets associated with the core need not be defined and bypass will automat

Default: False



```yaml
Type: Boolean
Parameter Sets: (All)
Expand All @@ -207,8 +194,6 @@ External media bypass is not supported in Skype for Business Server.

Default: Off



```yaml
Type: BypassModeEnumType
Parameter Sets: (All)
Expand All @@ -230,9 +215,6 @@ Other values for this parameter are reserved for future use.

Default: Off




```yaml
Type: BypassModeEnumType
Parameter Sets: (All)
Expand All @@ -251,9 +233,6 @@ Accept wildcard characters: False
Indicates whether media bypass should be used for audio/video conferences.
The default value is False ($False).




```yaml
Type: Boolean
Parameter Sets: (All)
Expand Down