Skip to content

Commit eec4aa2

Browse files
authored
Merge branch 'main' into patch-2
2 parents f50a1f4 + 5a179bc commit eec4aa2

File tree

6 files changed

+36
-50
lines changed

6 files changed

+36
-50
lines changed

exchange/docs-conceptual/app-only-auth-powershell-v2.md

Lines changed: 27 additions & 31 deletions
Large diffs are not rendered by default.

teams/teams-ps/MicrosoftTeams/Get-TeamsArtifacts.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ schema: 2.0.0
1414
# Get-TeamsArtifacts
1515

1616
## SYNOPSIS
17-
The `Get-TeamsArtifacts` is available only to tenant administrators and is designed to export Recordings, Transcripts, Notes and Whiteboard artifacts of Teams Meetings.
17+
The `Get-TeamsArtifacts` is available only to tenant administrators and is designed to export Recordings, Transcripts, Notes and Whiteboard artifacts of Teams Meetings. All parameters are optional. If no parameters are specified, artifact metadata is returned for Teams artifacts in all standard OneDrive for Business and SharePoint locations. The actual artifacts themselves can then be downloaded from the URLs in the metadata returned. Output is written to artifacts.json in the current directory.
1818

1919
## SYNTAX
2020
```
@@ -32,7 +32,6 @@ PS C:\> Get-TeamsArtifacts -OneDrive [email protected] -StartTime "2025-06-20" -E
3232
```
3333

3434
## PARAMETERS
35-
All parameters are optional. If no parameters are specified, artifact metadata is returned for Teams artifacts in all standard OneDrive for Business and SharePoint locations. The actual artifacts themselves can then be downloaded from the URLs in the metadata returned. Output is written to artifacts.json in the current directory.
3635

3736
### -OneDrive
3837
Returns only artifacts that are hosted in the standard locations of that user's OneDrive for Business.
@@ -53,7 +52,7 @@ Accept wildcard characters: False
5352
Returns only the artifacts that are hosted in SharePoint sites (typically from channel meetings).
5453
5554
```yaml
56-
Type: String
55+
Type: SwitchParameter
5756
Parameter Sets: (All)
5857
Aliases:
5958

@@ -74,7 +73,7 @@ Aliases:
7473

7574
Required: False
7675
Position: Named
77-
Default value: RecordingTranscript | Notes | Whiteboard
76+
Default value: None
7877
Accept pipeline input: False
7978
Accept wildcard characters: False
8079
```

teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantMenu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Accept wildcard characters: False
154154

155155
> Applicable: Microsoft Teams
156156

157-
{{ Fill Tenant Description }}
157+
This parameter is reserved for Microsoft internal use only.
158158

159159
```yaml
160160
Type: System.Guid

teams/teams-ps/MicrosoftTeams/New-CsSharedCallQueueHistoryTemplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Use the New-CsSharedCallQueueHistory cmdlet to create a Shared Call Queue Histor
3333

3434
### Example 1
3535
```
36-
New-CsSharedCallQueueHistoryTemplate -Name "Customer Service" -Description "Missed:All Answered:Auth" -IncomingMissedCall XXXXXX -AnsweredAndOutboundCalls XXXXX
36+
New-CsSharedCallQueueHistoryTemplate -Name "Customer Service" -Description "Missed:All Answered:Auth" -IncomingMissedCall AuthorizedUsersAndAgents -AnsweredAndOutboundCalls AuthorizedUsersOnly
3737
```
3838

3939
This example creates a new Shared CallQueue History template where incoming missed calls are shown to authorized users and agents and, answered and outbound calls are shown to authorized users only.

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr
1919
New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [-ImmersiveEvents <String>] [-AllowEmailEditing <String>] [-Description <String>]
2020
[-TownhallEventAttendeeAccess <String>] [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2121
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
22-
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-BroadcastPremiumApps <String>] [-MaxResolutionForTownhall <String>] [-HighBitrateForTownhall <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
22+
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-BroadcastPremiumApps <String>] [-TownhallMaxResolution <String>] [-HighBitrateForTownhall <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -377,12 +377,13 @@ Accept pipeline input: False
377377
Accept wildcard characters: False
378378
```
379379
380-
### -MaxResolutionForTownhall
380+
### -TownhallMaxResolution
381381
This policy sets the maximum video resolution supported in Town hall events.
382382
383383
Possible values are:
384384
- **Max720p**: Town halls support video resolution up to 720p.
385385
- **Max1080p**: Town halls support video resolution up to 1080p.
386+
- **MicrosoftManaged**: Town halls will support video resolution up to 720p except for those customers whose networks have been assessed by Microsoft to support up to 1080p."
386387
387388
```yaml
388389
Type: String
@@ -391,7 +392,7 @@ Aliases:
391392

392393
Required: False
393394
Position: Named
394-
Default value: Max1080p
395+
Default value: MicrosoftManaged
395396
Accept pipeline input: False
396397
Accept wildcard characters: False
397398
```

teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,6 @@ This policy will use all the existing values except one: AllowNetworkConfigurati
171171

172172
### -AIInterpreter
173173

174-
> Applicable: Microsoft Teams
175-
176-
>[!NOTE]
177-
>This feature has not been released yet and will have no changes if it is enabled or disabled.
178-
179174
Enables the user to use the AI Interpreter related features
180175

181176
Possible values:
@@ -1909,11 +1904,6 @@ Accept wildcard characters: False
19091904

19101905
### -VoiceSimulationInInterpreter
19111906

1912-
> Applicable: Microsoft Teams
1913-
1914-
> [!NOTE]
1915-
> This feature has not been released yet and will have no changes if it is enabled or disabled.
1916-
19171907
Enables the user to use the voice simulation feature while being AI interpreted.
19181908

19191909
Possible Values:

0 commit comments

Comments
 (0)