Skip to content

Commit 513f189

Browse files
authored
Merge pull request #12460 from michbrown-png/patch-14
Update New-CsExternalAccessPolicy.md
2 parents 0089b70 + b68e531 commit 513f189

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

teams/teams-ps/teams/New-CsExternalAccessPolicy.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ New-CsExternalAccessPolicy [-Identity] <XdsIdentity>
3737
[-EnablePublicCloudAudioVideoAccess <Boolean>]
3838
[-EnableTeamsConsumerAccess <Boolean>]
3939
[-EnableTeamsConsumerInbound <Boolean>]
40+
[-EnableTeamsSmsAccess <Boolean>]
4041
[-EnableXmppAccess <Boolean>]
4142
[-FederatedBilateralChats <Boolean>]
4243
[-Force]
4344
[-InMemory]
45+
[-RestrictTeamsConsumerAccessToExternalUserProfiles <Boolean>]
4446
[-Tenant <Guid>]
4547
[-WhatIf]
4648
[<CommonParameters>]
@@ -368,6 +370,23 @@ Accept pipeline input: False
368370
Accept wildcard characters: False
369371
```
370372

373+
### -EnableTeamsSmsAccess
374+
Allows you to control whether users can have SMS text messaging capabilities within Teams.
375+
376+
Possible values: True, False
377+
378+
```yaml
379+
Type: Boolean
380+
Parameter Sets: (All)
381+
Aliases:
382+
383+
Required: False
384+
Position: Named
385+
Default value: None
386+
Accept pipeline input: False
387+
Accept wildcard characters: False
388+
```
389+
371390
### -EnableXmppAccess
372391
Indicates whether the user is allowed to communicate with users who have SIP accounts with a federated XMPP (Extensible Messaging and Presence Protocol) partner.
373392
The default value is False.
@@ -430,6 +449,23 @@ Accept pipeline input: False
430449
Accept wildcard characters: False
431450
```
432451

452+
### -RestrictTeamsConsumerAccessToExternalUserProfiles
453+
Defines if a user is restricted to collaboration with Teams Consumer (TFL) user only in Extended Directory
454+
455+
Possible values: True, False
456+
457+
```yaml
458+
Type: Boolean
459+
Parameter Sets: (All)
460+
Aliases:
461+
462+
Required: False
463+
Position: Named
464+
Default value: None
465+
Accept pipeline input: False
466+
Accept wildcard characters: False
467+
```
468+
433469
### -Tenant
434470
Globally unique identifier (GUID) of the Skype for Business Online tenant account for whom the new external access policy is being created.
435471
For example:

0 commit comments

Comments
 (0)