Skip to content

Commit d51e271

Browse files
authored
Merge pull request #12570 from MicrosoftDocs/main
Publish main to live 03/04/2025, 10:30 AM (late)
2 parents 6fc9cb7 + b3fd2fc commit d51e271

File tree

3 files changed

+9
-38
lines changed

3 files changed

+9
-38
lines changed

exchange/exchange-ps/exchange/New-ProtectionAlert.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
1616

17-
Use the New-ProtectionAlert cmdlet to create alert policies in the Microsoft Purview compliance portal. Alert policies contain conditions that define the user activities to monitor, and the notification options for email alerts and entries in the Microsoft Purview compliance portal.
17+
Use the New-ProtectionAlert cmdlet to create alert policies in the Microsoft Purview compliance portal and the Microsoft Defender portal. Alert policies contain conditions that define the user activities to monitor, and the notification options for email alerts and entries.
18+
19+
> [!NOTE]
20+
> Although the cmdlet is available, you receive the following error if you don't have an enterprise license:
21+
>
22+
> _Creating advanced alert policies requires an Office 365 E5 subscription or Office 365 E3 subscription with an Office 365 Threat Intelligence or
23+
Office 365 EquivioAnalytics add-on subscription for your organization. With your current subscription, only single event alerts can be created._
24+
>
25+
> For more information, see [Alert policies in Microsoft 365](https://learn.microsoft.com/purview/alert-policies).
1826
1927
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2028

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTo
1919
[-TownhallEventAttendeeAccess <String>] [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2020
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
2121
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
22-
[-ImmersiveEvents <String>]
2322
```
2423

2524
## DESCRIPTION
@@ -266,24 +265,6 @@ Accept pipeline input: False
266265
Accept wildcard characters: False
267266
```
268267
269-
### -ImmersiveEvents
270-
This setting governs if a user can create Immersive Events using Teams Events.
271-
Possible values are:
272-
- **Enabled**: Enables creating Immersive Events.
273-
- **Disabled**: Disables creating Immersive Events.
274-
275-
```yaml
276-
Type: String
277-
Parameter Sets: (All)
278-
Aliases:
279-
280-
Required: False
281-
Position: Named
282-
Default value: Enabled
283-
Accept pipeline input: False
284-
Accept wildcard characters: False
285-
```
286-
287268
### -AllowEventIntegrations
288269
This setting governs the access to the integrations tab in the event creation workflow.
289270

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

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

2928
## DESCRIPTION
@@ -389,23 +388,6 @@ Accept pipeline input: False
389388
Accept wildcard characters: False
390389
```
391390
392-
### -ImmersiveEvents
393-
This setting governs if a user can create Immersive Events using Teams Events.
394-
Possible values are:
395-
- **Enabled**: Enables creating Immersive Events.
396-
- **Disabled**: Disables creating Immersive Events.
397-
```yaml
398-
Type: String
399-
Parameter Sets: (All)
400-
Aliases:
401-
402-
Required: False
403-
Position: Named
404-
Default value: Enabled
405-
Accept pipeline input: False
406-
Accept wildcard characters: False
407-
```
408-
409391
### -Confirm
410392
The Confirm switch does not work with this cmdlet.
411393

0 commit comments

Comments
 (0)