Skip to content

Commit b065074

Browse files
authored
Update Set-CsTeamsAcsFederationConfiguration.md
1 parent 453248e commit b065074

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

teams/teams-ps/teams/Set-CsTeamsAcsFederationConfiguration.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Set-CsTeamsAcsFederationConfiguration
2222
[-EnableAcsUsers <Boolean>]
2323
[-AllowedAcsResources <String[]>]
2424
[-BlockedAcsResources <String[]>]
25+
[-RequireAcsFederationForMeeting <Boolean>]
2526
[-LabelForAllowedAcsUsers <String>]
2627
[-HideBannerForAllowedAcsUsers <Boolean>]
2728
[-WhatIf]
@@ -108,6 +109,18 @@ Accept pipeline input: False
108109
Accept wildcard characters: False
109110
```
110111
112+
### -RequireAcsFederationForMeeting
113+
114+
This configuration controls whether ACS Federation is required for meetings. Possibles values are: True, False.
115+
116+
```yaml
117+
Type: Boolean
118+
Position: Named
119+
Default value: False
120+
Accept pipeline input: False
121+
Accept wildcard characters: False
122+
```
123+
111124
### -HideBannerForAllowedAcsUsers
112125
113126
This configuration controls the display of the 'limited call features' banner for Azure Communication Services users participating in Teams meetings or calls. Possible values are: True, False. Set to True to hide the banner for allowed ACS users in Teams meetings or calls.

0 commit comments

Comments
 (0)