Skip to content

Commit 0c1ef24

Browse files
authored
Merge pull request #10947 from JoshuaLai/documentation/adhocchatupdate
[AdHoc Chat] Update documentation to reflect upcoming changes
2 parents 2cd67e2 + 6dd3900 commit 0c1ef24

File tree

5 files changed

+39
-38
lines changed

5 files changed

+39
-38
lines changed

skype/skype-ps/skype/New-CsExternalAccessPolicy.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ If you need to make changes to an existing policy, use the Set-CsExternalAccessP
129129
```yaml
130130
Type: XdsIdentity
131131
Parameter Sets: (All)
132-
Aliases:
132+
Aliases:
133133
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
134134

135135
Required: True
@@ -146,7 +146,7 @@ For example, the Description might include information about the users the polic
146146
```yaml
147147
Type: String
148148
Parameter Sets: (All)
149-
Aliases:
149+
Aliases:
150150
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
151151

152152
Required: False
@@ -164,7 +164,7 @@ The default value is True.
164164
```yaml
165165
Type: Boolean
166166
Parameter Sets: (All)
167-
Aliases:
167+
Aliases:
168168
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
169169

170170
Required: False
@@ -185,7 +185,7 @@ The default value is True.
185185
```yaml
186186
Type: Boolean
187187
Parameter Sets: (All)
188-
Aliases:
188+
Aliases:
189189
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
190190
Required: False
191191
Position: Named
@@ -205,7 +205,7 @@ The default value is True.
205205
```yaml
206206
Type: Boolean
207207
Parameter Sets: (All)
208-
Aliases:
208+
Aliases:
209209
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
210210
Required: False
211211
Position: Named
@@ -215,7 +215,7 @@ Accept wildcard characters: False
215215
```
216216
217217
### -EnableAcsFederationAccess
218-
Indicates whether Teams meeting organized by the user can be joined by users of customer applications built using Azure Communication Services (ACS). This policy setting only applies if ACS Teams federation has been enabled at the tenant level using the cmdlet Set-CsTeamsAcsFederationConfiguration.
218+
Indicates whether Teams meetings organized by the user can be joined by users of customer applications built using Azure Communication Services (ACS). This policy setting only applies if ACS Teams federation has been enabled at the tenant level using the cmdlet Set-CsTeamsAcsFederationConfiguration. Additionally, Azure Communication Services users would be able to call Microsoft 365 users that have assigned policies with enabled federation.
219219
220220
To enable for all users, use the Set-CsExternalAccessPolicy cmdlet to update the global policy, setting the value to True. It can be disabled for selected users by assigning them a policy with federation disabled.
221221
@@ -224,7 +224,7 @@ To enable just for a selected set of users, use the Set-CsExternalAccessPolicy c
224224
```yaml
225225
Type: Boolean
226226
Parameter Sets: (All)
227-
Aliases:
227+
Aliases:
228228
Applicable: Microsoft Teams
229229
Required: False
230230
Position: Named
@@ -240,7 +240,7 @@ The default value is False.
240240
```yaml
241241
Type: Boolean
242242
Parameter Sets: (All)
243-
Aliases:
243+
Aliases:
244244
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
245245

246246
Required: False
@@ -258,7 +258,7 @@ The default value is False.
258258
```yaml
259259
Type: Boolean
260260
Parameter Sets: (All)
261-
Aliases:
261+
Aliases:
262262
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
263263

264264
Required: False
@@ -275,7 +275,7 @@ When set to False, audio and video options in Skype for Business Server will be
275275
```yaml
276276
Type: Boolean
277277
Parameter Sets: (All)
278-
Aliases:
278+
Aliases:
279279
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
280280

281281
Required: False
@@ -291,7 +291,7 @@ Suppresses the display of any non-fatal error message that might occur when runn
291291
```yaml
292292
Type: SwitchParameter
293293
Parameter Sets: (All)
294-
Aliases:
294+
Aliases:
295295
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
296296

297297
Required: False
@@ -308,7 +308,7 @@ If you assign the output of this cmdlet called with this parameter to a variable
308308
```yaml
309309
Type: SwitchParameter
310310
Parameter Sets: (All)
311-
Aliases:
311+
Aliases:
312312
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
313313

314314
Required: False
@@ -357,7 +357,7 @@ The default value is False.
357357
```yaml
358358
Type: Boolean
359359
Parameter Sets: (All)
360-
Aliases:
360+
Aliases:
361361
Applicable: Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
362362

363363
Required: False
@@ -380,7 +380,7 @@ You can return the tenant ID for each of your Skype for Business Online tenants
380380
```yaml
381381
Type: Guid
382382
Parameter Sets: (All)
383-
Aliases:
383+
Aliases:
384384
Applicable: Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
385385
386386
Required: False

skype/skype-ps/skype/Remove-CsExternalAccessPolicy.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer: rogupta
1414

1515
## SYNOPSIS
1616
Enables you to remove an existing external access policy.
17-
External access policies determine whether or not your users can: 1) communicate with users who have Session Initiation Protocol (SIP) accounts with a federated organization; 2) communicate with users who have SIP accounts with a public instant messaging (IM) provider such as Windows Live and 3) access Skype for Business Server over the Internet, without having to log on to your internal network.
17+
External access policies determine whether or not your users can: 1) Communicate with users who have Session Initiation Protocol (SIP) accounts with a federated organization; 2) Communicate with users who have SIP accounts with a public instant messaging (IM) provider such as Windows Live; 3) Communicate with users who are using custom applications built with [Azure Communication Services (ACS)](/azure/communication-services/concepts/teams-interop) and 4) Access Skype for Business Server over the Internet, without having to log on to your internal network.
1818
This cmdlet was introduced in Lync Server 2010.
1919

2020
## SYNTAX
@@ -36,7 +36,9 @@ External access policies can grant (or revoke) the ability of your users to do a
3636
Note that enabling federation alone will not provide users with this capability.
3737
Instead, you must enable federation and then assign users an external access policy that gives them the right to communicate with federated users.
3838

39-
3. Communicate with people who have SIP accounts with a public instant messaging service such as Windows Live.
39+
3. (Microsoft Teams only) Communicate with users who are using custom applications built with [Azure Communication Services (ACS)](/azure/communication-services/concepts/teams-interop). This policy setting only applies if ACS federation has been enabled at the tenant level using the cmdlet [Set-CsTeamsAcsFederationConfiguration](/powershell/module/teams/set-csteamsacsfederationconfiguration).
40+
41+
4. Communicate with people who have SIP accounts with a public instant messaging service such as Windows Live.
4042

4143
Access Skype for Business Server over the Internet, without having to first log on to your internal network.
4244
This enables your users to use Skype for Business and log on to Skype for Business Server from an Internet café or other remote location.
@@ -107,7 +109,7 @@ Note that wildcards are not allowed when specifying an Identity.
107109
```yaml
108110
Type: XdsIdentity
109111
Parameter Sets: (All)
110-
Aliases:
112+
Aliases:
111113
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
112114

113115
Required: True
@@ -123,7 +125,7 @@ Suppresses the display of any non-fatal error message that might occur when runn
123125
```yaml
124126
Type: SwitchParameter
125127
Parameter Sets: (All)
126-
Aliases:
128+
Aliases:
127129
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
128130

129131
Required: False
@@ -178,7 +180,7 @@ You can return the tenant ID for each of your Skype for Business Online tenants
178180
```yaml
179181
Type: Guid
180182
Parameter Sets: (All)
181-
Aliases:
183+
Aliases:
182184
Applicable: Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
183185
184186
Required: False

skype/skype-ps/skype/Set-CsExternalAccessPolicy.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This enables your users to use Skype for Business and log on to Skype for Busine
5656

5757
The following parameters are not applicable to Skype for Business Online/Microsoft Teams: Description, EnableXmppAccess, Force, Identity, Instance, PipelineVariable, and Tenant
5858

59-
5. (Microsoft Teams Only) Communicate with people who are using Teams with an account that's not managed by an organization. This policy only applies if Teams Consumer Federation has been enabled at the tenant level using the cmdlet [Set-CsTenantFederationConfiguration](/powershell/module/teams/set-cstenantfederationconfiguration) or Teams Admin Center under the External Access setting.
59+
5. (Microsoft Teams Only) Communicate with people who are using Teams with an account that's not managed by an organization. This policy only applies if Teams Consumer Federation has been enabled at the tenant level using the cmdlet [Set-CsTenantFederationConfiguration](/powershell/module/teams/set-cstenantfederationconfiguration) or Teams admin center under the External Access setting.
6060

6161
After an external access policy has been created, you can use the `Set-CsExternalAccessPolicy` cmdlet to change the property values of that policy.
6262
For example, by default the global policy does not allow users to communicate with people who have accounts with a federated organization.
@@ -133,7 +133,7 @@ Note that wildcards are not allowed when specifying an Identity.
133133
```yaml
134134
Type: XdsIdentity
135135
Parameter Sets: (All)
136-
Aliases:
136+
Aliases:
137137
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
138138

139139
Required: False
@@ -149,7 +149,7 @@ Allows you to pass a reference to an object to the cmdlet rather than set indivi
149149
```yaml
150150
Type: PSObject
151151
Parameter Sets: Instance
152-
Aliases:
152+
Aliases:
153153
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
154154

155155
Required: False
@@ -166,7 +166,7 @@ For example, the Description might include information about the users the polic
166166
```yaml
167167
Type: String
168168
Parameter Sets: (All)
169-
Aliases:
169+
Aliases:
170170
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
171171

172172
Required: False
@@ -184,7 +184,7 @@ The default value is True.
184184
```yaml
185185
Type: Boolean
186186
Parameter Sets: (All)
187-
Aliases:
187+
Aliases:
188188
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
189189

190190
Required: False
@@ -195,7 +195,9 @@ Accept wildcard characters: False
195195
```
196196
197197
### -EnableAcsFederationAccess
198-
Indicates whether Teams meeting organized by the user can be joined by users of customer applications built using Azure Communication Services (ACS). This policy setting only applies if ACS Teams federation has been enabled at the tenant level using the cmdlet Set-CsTeamsAcsFederationConfiguration.
198+
Indicates whether Teams meeting organized by the user can be joined by users of customer applications built using Azure Communication Services (ACS). This policy setting only applies if ACS Teams federation has been enabled at the tenant level using the cmdlet Set-CsTeamsAcsFederationConfiguration.
199+
200+
Additionally, Azure Communication Services users would be able to call Microsoft 365 users that have assigned policies with enabled federation.
199201
200202
To enable for all users, use the Set-CsExternalAccessPolicy cmdlet to update the global policy, setting the value to True. It can be disabled for selected users by assigning them a policy with federation disabled.
201203
@@ -204,7 +206,7 @@ To enable just for a selected set of users, use the Set-CsExternalAccessPolicy c
204206
```yaml
205207
Type: Boolean
206208
Parameter Sets: (All)
207-
Aliases:
209+
Aliases:
208210
Applicable: Microsoft Teams
209211
Required: False
210212
Position: Named
@@ -218,11 +220,10 @@ Indicates whether the user is allowed to communicate with people who have SIP ac
218220
Read [Manage external access in Microsoft Teams](/microsoftteams/manage-external-access) to get more information about the effect of this parameter in Microsoft Teams.
219221
The default value is False.
220222
221-
222223
```yaml
223224
Type: Boolean
224225
Parameter Sets: (All)
225-
Aliases:
226+
Aliases:
226227
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
227228

228229
Required: False
@@ -240,7 +241,7 @@ The default value is False.
240241
```yaml
241242
Type: Boolean
242243
Parameter Sets: (All)
243-
Aliases:
244+
Aliases:
244245
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
245246

246247
Required: False
@@ -261,7 +262,7 @@ The default value is True.
261262
```yaml
262263
Type: Boolean
263264
Parameter Sets: (All)
264-
Aliases:
265+
Aliases:
265266
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
266267

267268
Required: False
@@ -282,7 +283,7 @@ The default value is True.
282283
```yaml
283284
Type: Boolean
284285
Parameter Sets: (All)
285-
Aliases:
286+
Aliases:
286287
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
287288

288289
Required: False
@@ -298,7 +299,7 @@ Suppresses the display of any non-fatal error message that might occur when runn
298299
```yaml
299300
Type: SwitchParameter
300301
Parameter Sets: (All)
301-
Aliases:
302+
Aliases:
302303
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
303304

304305
Required: False
@@ -347,7 +348,7 @@ The default value is False.
347348
```yaml
348349
Type: Boolean
349350
Parameter Sets: (All)
350-
Aliases:
351+
Aliases:
351352
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
352353

353354
Required: False
@@ -364,7 +365,7 @@ The default value is False.
364365
```yaml
365366
Type: Boolean
366367
Parameter Sets: (All)
367-
Aliases:
368+
Aliases:
368369
Applicable: Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
369370

370371
Required: False

teams/teams-ps/teams/Get-CsTeamsAcsFederationConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Get-CsTeamsAcsFederationConfiguration
2424

2525
## DESCRIPTION
2626

27-
Federation between Teams and Azure Communication Services (ACS) allows users of custom solutions built with ACS to connect and communicate with Teams users over voice, video, chat, and more. For more information, see [Teams interoperability](/azure/communication-services/concepts/teams-interop).
27+
Federation between Teams and Azure Communication Services (ACS) allows users of custom solutions built with ACS to connect and communicate with Teams users over voice, video, Teams users over voice, video and screen sharing, and more. For more information, see [Teams interoperability](/azure/communication-services/concepts/teams-interop).
2828

2929
This cmdlet is used retrieve the Teams and ACS federation configuration for a Teams tenant.
3030

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Set-CsTeamsAcsFederationConfiguration
2929

3030
## DESCRIPTION
3131

32-
Federation between Teams and Azure Communication Services (ACS) allows external users from ACS connect and communicate with Teams users over voice, video, and chat. These custom applications may be used by end users or by bots, and there is no differentiation in how they appear to Teams users unless the developer of the application explicitly indicates this as part of the communication. For more information, see [Teams interoperability](/azure/communication-services/concepts/teams-interop).
32+
Federation between Teams and Azure Communication Services (ACS) allows external users from ACS to connect and communicate with Teams users over voice and video. These custom applications may be used by end users or by bots, and there is no differentiation in how they appear to Teams users unless the developer of the application explicitly indicates this as part of the communication. For more information, see [Teams interoperability](/azure/communication-services/concepts/teams-interop).
3333

3434
This cmdlet is used to enable or disable Teams and ACS federation for a Teams tenant, and to specify which ACS resources can connect to Teams. Only listed ACS resources can be allowed.
3535

@@ -58,8 +58,6 @@ Set-CsTeamsAcsFederationConfiguration -EnableAcsUsers $True -AllowedAcsResources
5858

5959
Set to True to enable federation between Teams and ACS. When set to False, all other parameters are ignored.
6060

61-
During public preview, federation between Teams and ACS is disabled by default. When federation between Teams and ACS is generally available, it will be enabled by default.
62-
6361
```yaml
6462
Type: Boolean
6563
Position: Named

0 commit comments

Comments
 (0)