Skip to content

Commit 452cfcd

Browse files
committed
Merge branch 'main' into 38-chrisda
2 parents 63d9756 + 6091f92 commit 452cfcd

13 files changed

+950
-15
lines changed

exchange/exchange-ps/exchange/Export-QuarantineMessage.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Export-QuarantineMessage -Identities <QuarantineMessageIdentity[]> [-Identity <Q
2929
[-EntityType <Microsoft.Exchange.Management.FfoQuarantine.EntityType>]
3030
[-ForceConversionToMime]
3131
[-Password <SecureString>]
32+
[-PasswordV2 <String>]
3233
[-ReasonForExport <String>]
3334
[-RecipientAddress <String>]
3435
[<CommonParameters>]
@@ -41,6 +42,7 @@ Export-QuarantineMessage -Identity <QuarantineMessageIdentity>
4142
[-EntityType <Microsoft.Exchange.Management.FfoQuarantine.EntityType>]
4243
[-ForceConversionToMime]
4344
[-Password <SecureString>]
45+
[-PasswordV2 <String>]
4446
[-ReasonForExport <String>]
4547
[-RecipientAddress <String>]
4648
[<CommonParameters>]
@@ -202,6 +204,8 @@ You can use the following methods as a value for this parameter:
202204
- Before you run this command, store the password as a variable (for example, `$password = Read-Host "Enter password" -AsSecureString`), and then use the variable (`$password`) for the value.
203205
- `(Get-Credential).password` to be prompted to enter the password securely when you run this command.
204206

207+
To enter the password in plain text, use the PasswordV2 parameter.
208+
205209
```yaml
206210
Type: SecureString
207211
Parameter Sets: (All)
@@ -215,6 +219,22 @@ Accept pipeline input: False
215219
Accept wildcard characters: False
216220
```
217221

222+
### -PasswordV2
223+
The PasswordV2 parameter specifies the plain text value of the password that's required to open the exported message. Enclose the value in quotation marks (for example, `'<password>'`).
224+
225+
```yaml
226+
Type: String
227+
Parameter Sets: (All)
228+
Aliases:
229+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
230+
231+
Required: False
232+
Position: Named
233+
Default value: None
234+
Accept pipeline input: False
235+
Accept wildcard characters: False
236+
```
237+
218238
### -ReasonForExport
219239
The ReasonForExport parameter specifies why the message was exported. If the value contains spaces, enclose the value in quotation marks (").
220240

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

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Module Name: MicrosoftTeams
44
online version: https://learn.microsoft.com/powershell/module/teams/new-csteamseventspolicy
55
title: New-CsTeamsEventsPolicy
66
schema: 2.0.0
7-
ms.date: 04/22/2025
7+
ms.date: 04/23/2025
88
---
99

1010
# New-CsTeamsEventsPolicy
@@ -18,7 +18,7 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr
1818
New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [-AllowEmailEditing <String>] [-Description <String>]
1919
[-TownhallEventAttendeeAccess <String>] [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2020
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
21-
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-ParticipantSlideControl <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
21+
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-ParticipantSlideControl <String>] [-BroadcastPremiumApps <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -296,7 +296,7 @@ Accept wildcard characters: False
296296
```
297297
298298
### -ParticipantSlideControl
299-
This setting governs whether participants can give control of presentation slides during meetings scheduled by this user. Set the type of users you want to be able to give control and be given control of presentation slides in meetings. Users excluded from the selected group will be prohibitted from giving control, or being given control, in a meeting.
299+
This setting governs whether participants can give control of presentation slides during meetings scheduled by this user. Set the type of users you want to be able to give control and be given control of presentation slides in meetings. Users excluded from the selected group will be prohibited from giving control, or being given control, in a meeting.
300300
301301
Possible values are:
302302
- **Everyone**: Anyone with the join link may enter the event.
@@ -316,6 +316,25 @@ Accept pipeline input: False
316316
Accept wildcard characters: False
317317
```
318318
319+
### -BroadcastPremiumApps
320+
This setting governs whether an organizer of a Teams Premium town hall may add an app that is accessible by everyone, including attendees, in a broadcast style Event including a Town hall. This does not include control over apps (such as AI Producer and Custom Streaming Apps) that are only accessible by the Event group.
321+
322+
Possible values are:
323+
- **Enabled**: An organizer of a Premium town hall can add a Premium App such as Polls to the Town hall.
324+
- **Disabled**: An organizer of a Premium town hall CANNOT add a Premium App such as Polls to the Town hall.
325+
326+
```yaml
327+
Type: String
328+
Parameter Sets: (All)
329+
Aliases:
330+
331+
Required: False
332+
Position: Named
333+
Default value: Enabled
334+
Accept pipeline input: False
335+
Accept wildcard characters: False
336+
```
337+
319338
### -Confirm
320339
The Confirm switch does not work with this cmdlet.
321340

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

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Module Name: MicrosoftTeams
44
online version: https://learn.microsoft.com/powershell/module/teams/set-csteamseventspolicy
55
title: Set-CsTeamsEventsPolicy
66
schema: 2.0.0
7-
ms.date: 04/22/2025
7+
ms.date: 04/23/2025
88
---
99

1010
# Set-CsTeamsEventsPolicy
@@ -21,7 +21,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
2121
[-AllowedTownhallTypesForRecordingPublish <String>] [-TownhallChatExperience <String>] [-Description <String>]
2222
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2323
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
24-
[-UseMicrosoftECDN <Boolean>] [-ParticipantSlideControl <String>]
24+
[-UseMicrosoftECDN <Boolean>] [-ParticipantSlideControl <String>] [-BroadcastPremiumApps <String>]
2525
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

@@ -389,14 +389,14 @@ Accept wildcard characters: False
389389
```
390390
391391
### -ParticipantSlideControl
392-
This setting governs whether participants can give control of presentation slides during meetings scheduled by this user. Set the type of users you want to be able to give control and be given control of presentation slides in meetings. Users excluded from the selected group will be prohibitted from giving control, or being given control, in a meeting.
392+
This setting governs whether participants can give control of presentation slides during meetings scheduled by this user. Set the type of users you want to be able to give control and be given control of presentation slides in meetings. Users excluded from the selected group will be prohibited from giving control, or being given control, in a meeting.
393393
394394
Possible values are:
395395
- **Everyone**: Anyone with the join link may enter the event.
396396
- **EveryoneInOrganization**: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control.
397397
- **EveryoneInOrganizationAndGuests**: Only those who are Guests to the tenant, MTO users, and internal AAD users may enter the event.
398398
- **None**: No one in the meeting can give or take control.
399-
-
399+
400400
```yaml
401401
Type: String
402402
Parameter Sets: (All)
@@ -409,6 +409,25 @@ Accept pipeline input: False
409409
Accept wildcard characters: False
410410
```
411411
412+
### -BroadcastPremiumApps
413+
This setting governs whether an organizer of a Teams Premium town hall may add an app that is accessible by everyone, including attendees, in a broadcast style Event including a Town hall. This does not include control over apps (such as AI Producer and Custom Streaming Apps) that are only accessible by the Event group.
414+
415+
Possible values are:
416+
- **Enabled**: An organizer of a Premium town hall can add a Premium App such as Polls to the Town hall.
417+
- **Disabled**: An organizer of a Premium town hall CANNOT add a Premium App such as Polls to the Town hall.
418+
419+
```yaml
420+
Type: String
421+
Parameter Sets: (All)
422+
Aliases:
423+
424+
Required: False
425+
Position: Named
426+
Default value: Enabled
427+
Accept pipeline input: False
428+
Accept wildcard characters: False
429+
```
430+
412431
### -Confirm
413432
The Confirm switch does not work with this cmdlet.
414433
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
---
2+
external help file: WhiteboardAdmin-help.xml
3+
Module Name: WhiteboardAdmin
4+
online version: https://learn.microsoft.com/powershell/module/whiteboard/get-originalfluidwhiteboards
5+
applicable: Microsoft Whiteboard
6+
title: Get-OriginalFluidWhiteboards
7+
schema: 2.0.0
8+
author: shwetawagh
9+
ms.author: shwetawagh
10+
ms.reviewer:
11+
---
12+
13+
# Get-OriginalFluidWhiteboards
14+
15+
## SYNOPSIS
16+
17+
Gets one or more whiteboards that are originally created as Fluid whiteboards, directly into users OneDrive and return them as objects.
18+
19+
## SYNTAX
20+
21+
```powershell
22+
Get-OriginalFluidWhiteboards [-UserId] [-ForceAuthPrompt] [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
27+
Gets one or more whiteboards that are originally created as Fluid whiteboards, directly into users OneDrive.
28+
29+
## EXAMPLES
30+
31+
### EXAMPLE 1
32+
33+
```powershell
34+
PS C:\>Get-OriginalFluidWhiteboards -UserId 00000000-0000-0000-0000-000000000001
35+
```
36+
37+
Get all user's whiteboards that are originally created as Fluid whiteboards directly into users OneDrive.
38+
39+
### Output
40+
41+
```yaml
42+
Drive Items found for User 00000000-0000-0000-0000-000000000001 ---------------------------------------------------
43+
Name: TradeTestwhiteboard.whiteboard
44+
ID: 01ZSJH4Y3TXKT7TKCRRZG3LFKTEGDGSKW4
45+
Last Modified: 03/06/2025 09:59:32
46+
Size: 15222 bytes
47+
Migration Date: 03/06/2025 09:58:57
48+
User ID: 00000000-0000-0000-0000-000000000001
49+
User Email: [email protected]
50+
User Name: Adele Vance
51+
--------------------------------------
52+
Name: Test11whiteboard-Copy.whiteboard
53+
ID: 01ZSJH4YZFODVVZ6LTNNC35BT4QON7GTJI
54+
Last Modified: 03/06/2025 09:59:25
55+
Size: 15225 bytes
56+
Migration Date: 03/06/2025 09:58:57
57+
User ID: 00000000-0000-0000-0000-000000000001
58+
User Email: [email protected]
59+
User Name: Adele Vance
60+
--------------------------------------
61+
```
62+
63+
## PARAMETERS
64+
65+
### -UserId
66+
67+
The ID of the user account to query whiteboards for. Admin should have access to user OneDrive to get that user whiteboards.
68+
69+
```yaml
70+
Type: Guid
71+
Parameter Sets: (All)
72+
Aliases:
73+
74+
Required: True
75+
Position: 1
76+
Default value: None
77+
Accept pipeline input: False
78+
Accept wildcard characters: False
79+
Applicable: Microsoft Whiteboard
80+
```
81+
82+
### -ForceAuthPrompt
83+
84+
Optional. Always prompt for auth. Use to ignore cached credentials.
85+
86+
```yaml
87+
Type: SwitchParameter
88+
Parameter Sets: (All)
89+
Aliases:
90+
91+
Required: False
92+
Position: Named
93+
Default value: False
94+
Accept pipeline input: False
95+
Accept wildcard characters: False
96+
Applicable: Microsoft Whiteboard
97+
```
98+
99+
### CommonParameters
100+
101+
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/p/?LinkID=113216)
102+
103+
## INPUTS
104+
105+
## OUTPUTS
106+
107+
## NOTES
108+
109+
For details on user IDs, see the [overview page](../../docs-conceptual/overview.md).
110+
111+
## RELATED LINKS

0 commit comments

Comments
 (0)