Skip to content

Commit 17c2757

Browse files
Update New-CsTeamsMediaConnectivityPolicy.md
Adding the direct connection parameter
1 parent 66dfe81 commit 17c2757

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

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

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

1919
```powershell
20-
New-CsTeamsMediaConnectivityPolicy -Identity <String> [<CommonParameters>]
20+
New-CsTeamsMediaConnectivityPolicy -Identity <String> [-DirectConnection <String>] [<CommonParameters>]
2121
```
2222

2323
## DESCRIPTION
@@ -53,6 +53,21 @@ Accept pipeline input: False
5353
Accept wildcard characters: False
5454
```
5555
56+
### -DirectConnection
57+
This setting will enable Tenant Admins to control the Teams media connectivity behavior in Teams for both Meetings and 1:1 calls. If this setting is set to true, a 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.
58+
59+
```yaml
60+
Type: String
61+
Parameter Sets: (All)
62+
Aliases:
63+
64+
Required: False
65+
Position: Named
66+
Default value: None
67+
Accept pipeline input: False
68+
Accept wildcard characters: False
69+
```
70+
5671
### CommonParameters
5772
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).
5873
@@ -69,4 +84,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6984
7085
[Set-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/set-csteamsmediaconnectivitypolicy)
7186
72-
[Grant-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/grant-csteamsmediaconnectivitypolicy)
87+
[Grant-CsTeamsMediaConnectivityPolicy](https://learn.microsoft.com/powershell/module/teams/grant-csteamsmediaconnectivitypolicy)

0 commit comments

Comments
 (0)