Skip to content

Commit 75eb348

Browse files
authored
Update New-CsTeamsMediaConnectivityPolicy.md
1 parent e58d4a3 commit 75eb348

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

teams/teams-ps/teams/New-CsTeamsMediaConnectivityPolicy.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This cmdlet creates a Teams media connectivity policy.
1818
## SYNTAX
1919

2020
```powershell
21-
New-CsTeamsMediaConnectivityPolicy -Identity <String>
21+
New-CsTeamsMediaConnectivityPolicy -Identity <String> -DirectConnection <String>
2222
```
2323

2424
## DESCRIPTION
@@ -37,7 +37,6 @@ Tag:Test Enabled
3737
Creates a new Teams media connectivity policy with the specified identity.
3838
The newly created policy with value will be printed on success.
3939

40-
4140
## PARAMETERS
4241

4342
### -Identity
@@ -55,6 +54,22 @@ Accept pipeline input: False
5554
Accept wildcard characters: False
5655
```
5756
57+
### -DirectConnection
58+
This setting will enable Tenant Admins to control the Teams media connectivity behavior in Teams for both Meetings and 1:1 call. If this setting is set to “true”, direct media connection between the current user and a remote user is allowed which may improve the meeting quality and reduce the egress bandwidth usage for the customer. If this setting is set to 'Disabled', no direct media connection will be allowed for the current user.
59+
60+
```yaml
61+
Type: String
62+
Parameter Sets: (All)
63+
Aliases:
64+
65+
Required: True
66+
Position: Named
67+
Default value: None
68+
Accept pipeline input: False
69+
Accept wildcard characters: False
70+
```
71+
72+
5873
### CommonParameters
5974
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
6075
@@ -66,4 +81,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6681
6782
[Set-CsTeamsMediaConnectivityPolicy](Set-CsTeamsMediaConnectivityPolicy.yml)
6883
69-
[Grant-CsTeamsMediaConnectivityPolicy](Grant-CsTeamsMediaConnectivityPolicy.yml)
84+
[Grant-CsTeamsMediaConnectivityPolicy](Grant-CsTeamsMediaConnectivityPolicy.yml)

0 commit comments

Comments
 (0)