Skip to content
Merged
Changes from 1 commit
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
26 changes: 26 additions & 0 deletions teams/teams-ps/teams/Set-CsTeamsAcsFederationConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Set-CsTeamsAcsFederationConfiguration
[-Identity <String[]>]
[-EnableAcsUsers <Boolean>]
[-AllowedAcsResources <String[]>]
[-LabelForAllowedAcsUsers <String>]
[-HideBannerForAllowedAcsUsers <Boolean>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Expand Down Expand Up @@ -79,6 +81,30 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -LabelForAllowedAcsUsers

This configuration controls the user label that is displayed for Azure Communication Services users when they join Teams meetings or calls

```yaml
Type: String
Position: Named
Default value: Unverified
Accept pipeline input: False
Accept wildcard characters: False
```

### -HideBannerForAllowedAcsUsers

This configuration controls the display of the 'limited call features' banner for Azure Communication Services users participating in Teams meetings or calls.

```yaml
Type: Boolean
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```

### -Identity
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:

Expand Down