Skip to content

Commit 982b5d8

Browse files
Merge branch 'main' into missingTPMdocumentation
2 parents e865b3a + 513f189 commit 982b5d8

File tree

4 files changed

+43
-3
lines changed

4 files changed

+43
-3
lines changed

teams/teams-ps/teams/New-CsAutoAttendantCallableEntity.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ The Type parameter represents the type of the callable entity, which can be any
102102
- ExternalPstn
103103
- SharedVoicemail
104104
105+
> [!IMPORTANT]
106+
> Nesting Auto attendants and Call queues via ***ConfigurationEndpoint*** isn't currently supported for [Authorized users](/microsoftteams/aa-cq-authorized-users-plan) in Queues App. If you nest an Auto attendant or Call queue without a resource account, authorized users can't edit the auto attendant or call queue.
107+
105108
```yaml
106109
Type: Object
107110
Parameter Sets: (All)

teams/teams-ps/teams/New-CsCallQueue.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
4646
> - -OverflowActionCallPriority
4747
> - -TimeoutActionCallPriority
4848
> - -NoAgentActionCallPriority
49+
>
50+
> [Nesting Auto attendants and Call queues](/microsoftteams/plan-auto-attendant-call-queue#nested-auto-attendants-and-call-queues) without a resource account isn't currently supported for [Authorized users](/microsoftteams/aa-cq-authorized-users-plan) in Queues App. If you nest an Auto attendant or Call queue without a resource account, authorized users can't edit the auto attendant or call queue.
4951
5052
## EXAMPLES
5153

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:

teams/teams-ps/teams/Set-CsCallQueue.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ Note that this cmdlet is in the Skype for Business Online PowerShell module and
6161
> - -TimeoutActionCallPriority
6262
> - -NoAgentActionCallPriority
6363
>
64-
> The following configuration parameter will only work for customers that are participating in the Queues app private preview for these features. General Availability for this functionality has not been determined at this time.
65-
>
66-
> - -ServiceLevelThresholdResponseTimeInSecond
64+
> [Nesting Auto attendants and Call queues](/microsoftteams/plan-auto-attendant-call-queue#nested-auto-attendants-and-call-queues) without a resource account isn't currently supported for [Authorized users](/microsoftteams/aa-cq-authorized-users-plan) in Queues App. If you nest an Auto attendant or Call queue without a resource account, authorized users can't edit the auto attendant or call queue.
65+
6766

6867
## EXAMPLES
6968

0 commit comments

Comments
 (0)