Skip to content

Commit 8721f15

Browse files
committed
Merge branch 'main' into DLP-chrisda
2 parents e08c785 + 9ee5df9 commit 8721f15

10 files changed

+137
-37
lines changed

teams/teams-ps/teams/Get-TeamTargetingHierarchyStatus.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Get the status of a hierarchy upload (see [Set-TeamTargetingHierarchy](https://l
1717

1818
### Get (Default)
1919
```
20-
Get-TeamTargetingHierarchyStatus [-RequestId <String>] [<CommonParameters>]
20+
Get-TeamTargetingHierarchyStatus [-RequestId <String>] [-ApiVersion <String>] [<CommonParameters>]
2121
```
2222

2323
## EXAMPLES
@@ -81,6 +81,23 @@ Accept pipeline input: False
8181
Accept wildcard characters: False
8282
```
8383
84+
### -ApiVersion
85+
The version of the Hierarchy APIs to use. Valid values are: 1 or 2.
86+
87+
Currently only available in preview from version 6.6.1-preview. Specifying "-ApiVersion 2" will direct cmdlet requests to the newer version of the Hierarchy APIs. This integration is currently in preview/beta mode so customers should not try it on their production workloads but are welcome to try it on test workloads. This is an optional parameter and not specifying it will be interpreted as specifying "-ApiVersion 1", which will continue to direct cmdlet requests to the original version of the Hierarchy APIs until we upgrade production to v2, at which time we will set the default to 2. We do not expect this to have any impact on your cmdlet usage or existing scripts.
88+
89+
```yaml
90+
Type: String
91+
Parameter Sets: (All)
92+
Aliases:
93+
94+
Required: False
95+
Position: Named
96+
Default value: 1
97+
Accept pipeline input: false
98+
Accept wildcard characters: False
99+
```
100+
84101
### CommonParameters
85102
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
86103

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

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,12 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
4040
> - -NoAgentRedirectPersonAudioFilePrompt
4141
> - -NoAgentRedirectVoicemailTextToSpeechPrompt
4242
> - -NoAgentRedirectVoicemailAudioFilePrompt
43-
> - -IsCallbackEnabled
44-
> - -CallbackRequestDtmf
45-
> - -WaitTimeBeforeOfferingCallbackInSecond
46-
> - -NumberOfCallsInQueueBeforeOfferingCallback
47-
> - -CallToAgentRatioThresholdBeforeOfferingCallback
48-
> - -CallbackOfferAudioFilePromptResourceId
49-
> - -CallbackOfferTextToSpeechPrompt
50-
> - -CallbackEmailNotificationTarget
5143
>
5244
> The following configuration parameters will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
5345
>
5446
> - -OverflowActionCallPriority
5547
> - -TimeoutActionCallPriority
5648
> - -NoAgentActionCallPriority
57-
>
58-
> 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.
59-
>
60-
> - -ServiceLevelThresholdResponseTimeInSecond
6149
6250
## EXAMPLES
6351

@@ -1337,7 +1325,6 @@ Accept wildcard characters: False
13371325
```
13381326
13391327
### -IsCallbackEnabled
1340-
_Saving a call queue configuration through Teams admin center will *remove* this setting._
13411328
13421329
The IsCallbackEnabled parameter is used to turn on/off callback.
13431330
@@ -1354,7 +1341,6 @@ Accept wildcard characters: False
13541341
```
13551342
13561343
### -CallbackRequestDtmf
1357-
_Saving a call queue configuration through Teams admin center will *remove* this setting._
13581344
13591345
The DTMF touch-tone key the caller will be told to press to select callback. The CallbackRequestDtmf must be set to one of the following values:
13601346
@@ -1377,7 +1363,6 @@ Accept wildcard characters: False
13771363
```
13781364

13791365
### -WaitTimeBeforeOfferingCallbackInSecond
1380-
_Saving a call queue configuration through Teams admin center will *remove* this setting._
13811366

13821367
The number of seconds a call must wait before becoming eligible for callback. This condition applies to calls at the front of the call queue. Set to null ($null) to disable this condition.
13831368

@@ -1396,7 +1381,6 @@ Accept wildcard characters: False
13961381
```
13971382

13981383
### -NumberOfCallsInQueueBeforeOfferingCallback
1399-
_Saving a call queue configuration through Teams admin center will *remove* this setting._
14001384

14011385
The number of calls in queue before a call becomes eligible for callback. This condition applies to calls arriving at the call queue. Set to null ($null) to disable this condition.
14021386

@@ -1415,9 +1399,8 @@ Accept wildcard characters: False
14151399
```
14161400

14171401
### -CallToAgentRatioThresholdBeforeOfferingCallback
1418-
_Saving a call queue configuration through Teams admin center will *remove* this setting._
14191402

1420-
The ratio of calls to agents that must be in queue before a call becomes eligible for callback. This conditon applies to calls arriving at the call queue. Minimum value of 1. Set to null ($null) to disable this condition.
1403+
The ratio of calls to agents that must be in queue before a call becomes eligible for callback. This condition applies to calls arriving at the call queue. Minimum value of 1. Set to null ($null) to disable this condition.
14211404

14221405
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when `-IsCallbackEnabled` is `True`.
14231406

@@ -1434,7 +1417,6 @@ Accept wildcard characters: False
14341417
```
14351418

14361419
### -CallbackOfferAudioFilePromptResourceId
1437-
_Saving a call queue configuration through Teams admin center will *remove* this setting._
14381420

14391421
The CallbackOfferAudioFilePromptResourceId parameter indicates the unique identifier for the Audio file prompt which is played to calls that are eligible for callback. This message should tell callers which DTMF touch-tone key (CallbackRequestDtmf) to press to select callback. This parameter, or `-CallbackOfferTextToSpeechPrompt`, becomes a required parameter when IsCallbackEnabled is set to `True`.
14401422

@@ -1452,7 +1434,6 @@ Accept wildcard characters: False
14521434
```
14531435

14541436
### -CallbackOfferTextToSpeechPrompt
1455-
_Saving a call queue configuration through Teams admin center will *remove* this setting._
14561437

14571438
The CallbackOfferTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is played to calls that are eligible for callback. This message should tell callers which DTMF touch-tone key (CallbackRequestDtmf) to press to select callback. This parameter, or `-CallbackOfferAudioFilePromptResourceId`, becomes a required parameter when IsCallbackEnabled is set to `True`.
14581439

@@ -1470,7 +1451,6 @@ Accept wildcard characters: False
14701451
```
14711452

14721453
### -CallbackEmailNotificationTarget
1473-
_Saving a call queue configuration through Teams admin center will *remove* this setting._
14741454

14751455
The CallbackEmailNotificationTarget parameter must be set to a group ID (Microsoft 365, Distribution list, or Mail-enabled security) that will receive notification if a callback times out of the call queue or can't be completed for some other reason. This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.
14761456

teams/teams-ps/teams/New-CsTeamsCallingPolicy.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ Accept wildcard characters: False
396396
Setting this parameter lets you control how Copilot is used during calls and if transcription is needed to be turned on and saved after the call.
397397
398398
Valid options are:
399-
- Enabled: Copilot can work with or without transcription during calls. This is the default value.
400-
- EnabledWithTranscript: Copilot will only work when transcription is enabled during calls.
399+
- Enabled: Copilot can work with or without transcription during calls.
400+
- EnabledWithTranscript: Copilot will only work when transcription is enabled during calls. This is the default value.
401401
- Disabled: Copilot is disabled for calls.
402402
403403
```yaml
@@ -606,7 +606,8 @@ Accept wildcard characters: False
606606
### -PreventTollBypass
607607
Setting this parameter to True will send calls through PSTN and incur charges rather than going through the network and bypassing the tolls.
608608

609-
**Note**: Do not set this parameter to True for Calling Plan or Operator Connect users as it will prevent successful call routing. This setting only works with Direct Routing which is configured to handle location-based routing restrictions.
609+
> [!NOTE]
610+
> Do not set this parameter to True for Calling Plan or Operator Connect users as it will prevent successful call routing. This setting only works with Direct Routing which is configured to handle location-based routing restrictions.
610611

611612
```yaml
612613
Type: Boolean

teams/teams-ps/teams/New-CsTeamsEventsPolicy.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTo
1818
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
1919
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
2020
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
21+
[-ImmersiveEvents <String>]
2122
```
2223

2324
## DESCRIPTION
@@ -246,6 +247,24 @@ Accept pipeline input: False
246247
Accept wildcard characters: False
247248
```
248249
250+
### -ImmersiveEvents
251+
This setting governs if a user can create Immersive Events using Teams Events.
252+
Possible values are:
253+
- **Enabled**: Enables creating Immersive Events.
254+
- **Disabled**: Disables creating Immersive Events.
255+
256+
```yaml
257+
Type: String
258+
Parameter Sets: (All)
259+
Aliases:
260+
261+
Required: False
262+
Position: Named
263+
Default value: Enabled
264+
Accept pipeline input: False
265+
Accept wildcard characters: False
266+
```
267+
249268
### -Confirm
250269
The Confirm switch does not work with this cmdlet.
251270

teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
6464
[-AllowWatermarkForScreenSharing <Boolean>]
6565
[-AllowWhiteboard <Boolean>]
6666
[-AllowedStreamingMediaInput <String>]
67+
[-AnonymousUserAuthenticationMethod <String>]
6768
[-AttendeeIdentityMasking <String>]
6869
[-AudibleRecordingNotification <String>]
6970
[-AutoAdmittedUsers <String>]
@@ -874,6 +875,24 @@ Accept pipeline input: False
874875
Accept wildcard characters: False
875876
```
876877
878+
### -AnonymousUserAuthenticationMethod
879+
Determines how anonymous users will be authenticated when joining a meeting.
880+
881+
Possible values are:
882+
- **OneTimePasscode**, if you would like anonymous users to be sent a one time passcode to their email when joining a meeting
883+
- **None**, if you would like to disable authentication for anonymous users joining a meeting
884+
885+
```yaml
886+
Type: String
887+
Parameter Sets: (All)
888+
Aliases:
889+
Required: False
890+
Position: Named
891+
Default value: OneTimePasscode
892+
Accept pipeline input: False
893+
Accept wildcard characters: False
894+
```
895+
877896
### -AttendeeIdentityMasking
878897
This setting will allow admins to enable or disable Masked Attendee mode in Meetings. Masked Attendee meetings will hide attendees' identifying information (e.g., name, contact information, profile photo).
879898

teams/teams-ps/teams/Remove-TeamTargetingHierarchy.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Removes the tenant's hierarchy.
1717

1818
### Remove (Default)
1919
```
20-
Remove-TeamTargetingHierarchy [<CommonParameters>]
20+
Remove-TeamTargetingHierarchy [-ApiVersion <String>] [<CommonParameters>]
2121
```
2222

2323
## DESCRIPTION
@@ -30,6 +30,25 @@ Removes the tenant's hierarchy.
3030
PS C:\> Remove-TeamTargetingHierarchy
3131
```
3232

33+
## PARAMETERS
34+
35+
### -ApiVersion
36+
The version of the Hierarchy APIs to use. Valid values are: 1 or 2.
37+
38+
Currently only available in preview from version 6.6.1-preview. Specifying "-ApiVersion 2" will direct cmdlet requests to the newer version of the Hierarchy APIs. This integration is currently in preview/beta mode so customers should not try it on their production workloads but are welcome to try it on test workloads. This is an optional parameter and not specifying it will be interpreted as specifying "-ApiVersion 1", which will continue to direct cmdlet requests to the original version of the Hierarchy APIs until we upgrade production to v2, at which time we will set the default to 2. We do not expect this to have any impact on your cmdlet usage or existing scripts.
39+
40+
```yaml
41+
Type: String
42+
Parameter Sets: (All)
43+
Aliases:
44+
45+
Required: False
46+
Position: Named
47+
Default value: 1
48+
Accept pipeline input: false
49+
Accept wildcard characters: False
50+
```
51+
3352
### CommonParameters
3453
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
3554

teams/teams-ps/teams/Set-CsOnlineDialInConferencingUser.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ online version: https://learn.microsoft.com/powershell/module/teams/set-csonline
44
applicable: Microsoft Teams
55
title: Set-CsOnlineDialInConferencingUser
66
schema: 2.0.0
7-
manager: bulenteg
8-
author: tomkau
9-
ms.author: tomkau
10-
ms.reviewer: williamlooney
117
---
128

139
# Set-CsOnlineDialInConferencingUser
@@ -26,7 +22,7 @@ Use the `Set-CsOnlineDialInConferencingUser` cmdlet to modify the properties of
2622
Set-CsOnlineDialInConferencingUser [-Identity] <UserIdParameter> [-BridgeId <Guid>]
2723
[-BridgeName <String>] [-Tenant <Guid>] [-ServiceNumber <String>] [-TollFreeServiceNumber <String>] [-AllowPSTNOnlyMeetings <Boolean>] [-Force]
2824
[-ResetLeaderPin] [-AllowTollFreeDialIn <Boolean>] [-SendEmailToAddress <String>]
29-
[-SendEmailFromAddress <String>] [-SendEmailFromDisplayName <String>] [-SendEmail] [-DomainController <Fqdn>]
25+
[-SendEmailFromAddress <String>] [-SendEmailFromDisplayName <String>] [-SendEmail] [-DomainController <Fqdn>] [-AsJob]
3026
[-WhatIf] [-Confirm] [<CommonParameters>]
3127
```
3228

@@ -35,7 +31,7 @@ Set-CsOnlineDialInConferencingUser [-Identity] <UserIdParameter> [-BridgeId <Gui
3531
Set-CsOnlineDialInConferencingUser [-Identity] <UserIdParameter> [-BridgeId <Guid>]
3632
[-BridgeName <String>] [-TenantDomain <String>] [-ServiceNumber <String>] [-TollFreeServiceNumber <String>] [-AllowPSTNOnlyMeetings <Boolean>] [-Force]
3733
[-ResetLeaderPin] [-AllowTollFreeDialIn <Boolean>] [-SendEmailToAddress <String>]
38-
[-SendEmailFromAddress <String>] [-SendEmailFromDisplayName <String>] [-SendEmail] [-DomainController <Fqdn>]
34+
[-SendEmailFromAddress <String>] [-SendEmailFromDisplayName <String>] [-SendEmail] [-DomainController <Fqdn>] [-AsJob]
3935
[-WhatIf] [-Confirm] [<CommonParameters>]
4036
```
4137

@@ -374,6 +370,20 @@ Accept pipeline input: False
374370
Accept wildcard characters: False
375371
```
376372

373+
### -AsJob
374+
The parameter is used to run commands as background jobs.
375+
```yaml
376+
Type: SwitchParameter
377+
Parameter Sets: (All)
378+
Aliases:
379+
380+
Required: False
381+
Position: Named
382+
Default value: None
383+
Accept pipeline input: False
384+
Accept wildcard characters: False
385+
```
386+
377387
### CommonParameters
378388
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
379389

teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,8 @@ Accept wildcard characters: False
382382
Setting this parameter lets you control how Copilot is used during calls and if transcription is needed to be turned on and saved after the call.
383383
384384
Valid options are:
385-
386-
- Enabled: Copilot can work with or without transcription during calls. This is the default value.
387-
- EnabledWithTranscript: Copilot will only work when transcription is enabled during calls.
385+
- Enabled: Copilot can work with or without transcription during calls.
386+
- EnabledWithTranscript: Copilot will only work when transcription is enabled during calls. This is the default value.
388387
- Disabled: Copilot is disabled for calls.
389388
390389
```yaml
@@ -578,7 +577,8 @@ Accept wildcard characters: False
578577
### -PreventTollBypass
579578
Setting this parameter to True will send calls through PSTN and incur charges rather than going through the network and bypassing the tolls.
580579

581-
**Note**: Do not set this parameter to True for Calling Plan or Operator Connect users as it will prevent successful call routing. This setting only works with Direct Routing which is configured to handle location-based routing restrictions.
580+
> [!NOTE]
581+
> Do not set this parameter to True for Calling Plan or Operator Connect users as it will prevent successful call routing. This setting only works with Direct Routing which is configured to handle location-based routing restrictions.
582582

583583
```yaml
584584
Type: Boolean

teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
2222
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
2323
[-UseMicrosoftECDN <Boolean>]
2424
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-ImmersiveEvents <String>]
2526
```
2627

2728
## DESCRIPTION
@@ -369,6 +370,23 @@ Accept pipeline input: False
369370
Accept wildcard characters: False
370371
```
371372
373+
### -ImmersiveEvents
374+
This setting governs if a user can create Immersive Events using Teams Events.
375+
Possible values are:
376+
- **Enabled**: Enables creating Immersive Events.
377+
- **Disabled**: Disables creating Immersive Events.
378+
```yaml
379+
Type: String
380+
Parameter Sets: (All)
381+
Aliases:
382+
383+
Required: False
384+
Position: Named
385+
Default value: Enabled
386+
Accept pipeline input: False
387+
Accept wildcard characters: False
388+
```
389+
372390
### -Confirm
373391
The Confirm switch does not work with this cmdlet.
374392

teams/teams-ps/teams/Set-TeamTargetingHierarchy.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Upload a hierarchy to the tenant. A tenant may only have 1 active hierarchy. Eac
1717

1818
### Get (Default)
1919
```
20-
Set-TeamTargetingHierarchyStatus [-FilePath <String>] [<CommonParameters>]
20+
Set-TeamTargetingHierarchyStatus [-FilePath <String>] [-ApiVersion <String>] [<CommonParameters>]
2121
```
2222

2323
## DESCRIPTION
@@ -61,6 +61,23 @@ Accept pipeline input: False
6161
Accept wildcard characters: False
6262
```
6363
64+
### -ApiVersion
65+
The version of the Hierarchy APIs to use. Valid values are: 1 or 2.
66+
67+
Currently only available in preview from version 6.6.1-preview. Specifying "-ApiVersion 2" will direct cmdlet requests to the newer version of the Hierarchy APIs. This integration is currently in preview/beta mode so customers should not try it on their production workloads but are welcome to try it on test workloads. This is an optional parameter and not specifying it will be interpreted as specifying "-ApiVersion 1", which will continue to direct cmdlet requests to the original version of the Hierarchy APIs until we upgrade production to v2, at which time we will set the default to 2. We do not expect this to have any impact on your cmdlet usage or existing scripts.
68+
69+
```yaml
70+
Type: String
71+
Parameter Sets: (All)
72+
Aliases:
73+
74+
Required: False
75+
Position: Named
76+
Default value: 1
77+
Accept pipeline input: false
78+
Accept wildcard characters: False
79+
```
80+
6481
### CommonParameters
6582
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
6683

0 commit comments

Comments
 (0)