Skip to content

Commit d524897

Browse files
authored
Update Set-CsTeamsAcsFederationConfiguration.md
1 parent f40567a commit d524897

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Set-CsTeamsAcsFederationConfiguration
2121
[-Identity <String[]>]
2222
[-EnableAcsUsers <Boolean>]
2323
[-AllowedAcsResources <String[]>]
24+
[-LabelForAllowedAcsUsers <String>]
25+
[-HideBannerForAllowedAcsUsers <Boolean>]
2426
[-WhatIf]
2527
[-Confirm]
2628
[<CommonParameters>]
@@ -79,6 +81,30 @@ Accept pipeline input: False
7981
Accept wildcard characters: False
8082
```
8183
84+
### -LabelForAllowedAcsUsers
85+
86+
This configuration controls the user label that is displayed for Azure Communication Services users when they join Teams meetings or calls
87+
88+
```yaml
89+
Type: String
90+
Position: Named
91+
Default value: Unverified
92+
Accept pipeline input: False
93+
Accept wildcard characters: False
94+
```
95+
96+
### -HideBannerForAllowedAcsUsers
97+
98+
This configuration controls the display of the 'limited call features' banner for Azure Communication Services users participating in Teams meetings or calls.
99+
100+
```yaml
101+
Type: Boolean
102+
Position: Named
103+
Default value: False
104+
Accept pipeline input: False
105+
Accept wildcard characters: False
106+
```
107+
82108
### -Identity
83109
Specifies the collection of tenant federation configuration settings to be modified. Because each tenant is limited to a single, global collection of federation settings there is no need include this parameter when calling the Set-CsTenantFederationConfiguration cmdlet. If you do choose to use the Identity parameter, you must also include the Tenant parameter. For example:
84110

0 commit comments

Comments
 (0)