Skip to content
Merged
Changes from all commits
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
36 changes: 36 additions & 0 deletions teams/teams-ps/teams/New-CsExternalAccessPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ New-CsExternalAccessPolicy [-Identity] <XdsIdentity>
[-EnablePublicCloudAudioVideoAccess <Boolean>]
[-EnableTeamsConsumerAccess <Boolean>]
[-EnableTeamsConsumerInbound <Boolean>]
[-EnableTeamsSmsAccess <Boolean>]
[-EnableXmppAccess <Boolean>]
[-FederatedBilateralChats <Boolean>]
[-Force]
[-InMemory]
[-RestrictTeamsConsumerAccessToExternalUserProfiles <Boolean>]
[-Tenant <Guid>]
[-WhatIf]
[<CommonParameters>]
Expand Down Expand Up @@ -368,6 +370,23 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -EnableTeamsSmsAccess
Allows you to control whether users can have SMS text messaging capabilities within Teams.

Possible values: True, False

```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -EnableXmppAccess
Indicates whether the user is allowed to communicate with users who have SIP accounts with a federated XMPP (Extensible Messaging and Presence Protocol) partner.
The default value is False.
Expand Down Expand Up @@ -430,6 +449,23 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -RestrictTeamsConsumerAccessToExternalUserProfiles
Defines if a user is restricted to collaboration with Teams Consumer (TFL) user only in Extended Directory

Possible values: True, False

```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Tenant
Globally unique identifier (GUID) of the Skype for Business Online tenant account for whom the new external access policy is being created.
For example:
Expand Down
Loading