Skip to content

Commit a088edb

Browse files
Merge branch 'main' into patch-6
2 parents bf8c657 + d6ae845 commit a088edb

File tree

62 files changed

+829
-2312
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+829
-2312
lines changed

.openpublishing.redirection.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7148,6 +7148,66 @@
71487148
"redirect_url": "/viva/feature-access-management",
71497149
"redirect_document_id": false
71507150
},
7151+
{
7152+
"source_path": "exchange/virtual-folder/exchange/Get-AuditConfigurationPolicy.md",
7153+
"redirect_url": "/powershell/module/exchange/get-protectionalert",
7154+
"redirect_document_id": false
7155+
},
7156+
{
7157+
"source_path": "exchange/virtual-folder/exchange/New-AuditConfigurationPolicy.md",
7158+
"redirect_url": "/powershell/module/exchange/new-protectionalert",
7159+
"redirect_document_id": false
7160+
},
7161+
{
7162+
"source_path": "exchange/virtual-folder/exchange/Remove-AuditConfigurationPolicy.md",
7163+
"redirect_url": "/powershell/module/exchange/remove-protectionalert",
7164+
"redirect_document_id": false
7165+
},
7166+
{
7167+
"source_path": "exchange/virtual-folder/exchange/Get-AuditConfigurationRule.md",
7168+
"redirect_url": "/powershell/module/exchange/get-protectionalert",
7169+
"redirect_document_id": false
7170+
},
7171+
{
7172+
"source_path": "exchange/virtual-folder/exchange/New-AuditConfigurationRule.md",
7173+
"redirect_url": "/powershell/module/exchange/new-protectionalert",
7174+
"redirect_document_id": false
7175+
},
7176+
{
7177+
"source_path": "exchange/virtual-folder/exchange/Remove-AuditConfigurationRule.md",
7178+
"redirect_url": "/powershell/module/exchange/remove-protectionalert",
7179+
"redirect_document_id": false
7180+
},
7181+
{
7182+
"source_path": "exchange/virtual-folder/exchange/Set-AuditConfigurationRule.md",
7183+
"redirect_url": "/powershell/module/exchange/set-protectionalert",
7184+
"redirect_document_id": false
7185+
},
7186+
{
7187+
"source_path": "exchange/virtual-folder/exchange/Get-ActivityAlert.md",
7188+
"redirect_url": "/powershell/module/exchange/get-protectionalert",
7189+
"redirect_document_id": false
7190+
},
7191+
{
7192+
"source_path": "exchange/virtual-folder/exchange/New-ActivityAlert.md",
7193+
"redirect_url": "/powershell/module/exchange/new-protectionalert",
7194+
"redirect_document_id": false
7195+
},
7196+
{
7197+
"source_path": "exchange/virtual-folder/exchange/Remove-ActivityAlert.md",
7198+
"redirect_url": "/powershell/module/exchange/remove-protectionalert",
7199+
"redirect_document_id": false
7200+
},
7201+
{
7202+
"source_path": "exchange/virtual-folder/exchange/Set-ActivityAlert.md",
7203+
"redirect_url": "/powershell/module/exchange/set-protectionalert",
7204+
"redirect_document_id": false
7205+
},
7206+
{
7207+
"source_path": "exchange/virtual-folder/exchange/Remove-RecordLabel.md",
7208+
"redirect_url": "/powershell/module/exchange/remove-label",
7209+
"redirect_document_id": false
7210+
},
71517211
{
71527212
"source_path": "skype/virtual-folder/skype/Disable-CsOnlineSipDomain.md",
71537213
"redirect_url": "/powershell/module/teams/Disable-CsOnlineSipDomain",

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.date: 9/15/2023
88

99
Anyone who is interested can contribute to the articles. When you contribute, your work goes into the content set after it's been reviewed and merged. It's then published to [Microsoft Learn](https://learn.microsoft.com/), and you're listed as a contributor at: <https://github.com/MicrosoftDocs/office-docs-powershell/graphs/contributors>.
1010

11+
If you get stuck and are a Microsoft employee or vendor, post a message to [Ask an Admin](https://aka.ms/askanadmin).
12+
1113
### Quickly update an article using GitHub.com
1214

1315
Contributors who make infrequent or small updates can edit the file directly on GitHub.com without installing any software. This article shows you how. [This two-minute video](https://learn-video.azurefd.net/vod/player?id=b5167c5a-9c69-499b-99ac-e5467882bc92) also covers how to contribute.

exchange/docs-conceptual/connect-to-exchange-online-powershell.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Connect to Exchange Online PowerShell
33
author: chrisda
44
manager: deniseb
5-
ms.date: 8/21/2023
5+
ms.date: 05/07/2025
66
ms.audience: Admin
77
audience: Admin
88
ms.topic: article
@@ -61,15 +61,13 @@ Import-Module ExchangeOnlineManagement
6161
The command that you need to run uses the following syntax:
6262

6363
```powershell
64-
Connect-ExchangeOnline -UserPrincipalName <UPN> [-ExchangeEnvironmentName <Value>] [-ShowBanner:$false] [-DelegatedOrganization <String>] [-SkipLoadingFormatData]
64+
Connect-ExchangeOnline -UserPrincipalName <UPN> [-ExchangeEnvironmentName <Value>] [-ShowBanner:$false] [-LoadCmdletHelp] [-DelegatedOrganization <String>] [-SkipLoadingFormatData] [-DisableWAM]
6565
```
6666

6767
For detailed syntax and parameter information, see [Connect-ExchangeOnline](/powershell/module/exchange/connect-exchangeonline).
6868

6969
- _\<UPN\>_ is your account in user principal name format (for example, `[email protected]`).
7070

71-
- With the EXO V3 module (v3.0.0 or later) and the [demise of Basic authentication (remote PowerShell) connections to Exchange Online](https://techcommunity.microsoft.com/t5/exchange-team-blog/deprecation-of-remote-powershell-rps-protocol-in-security-and/ba-p/3815432), you're using REST API cmdlets only. For more information, see [REST API connections in the EXO V3 module](exchange-online-powershell-v2.md#rest-api-connections-in-the-exo-v3-module).
72-
7371
- When you use the _ExchangeEnvironmentName_ parameter, you don't need use the _ConnectionUri_ or _AzureADAuthorizationEndPointUrl_ parameters. Common values for the _ExchangeEnvironmentName_ parameter are described in the following table:
7472

7573
|Environment|Value|
@@ -82,6 +80,8 @@ For detailed syntax and parameter information, see [Connect-ExchangeOnline](/pow
8280

8381
<sup>\*</sup> The required value `O365Default` is also the default value, so you don't need to use the _ExchangeEnvironmentName_ parameter in Microsoft 365 or Microsoft 365 GCC environments.
8482

83+
- In version 3.7.0 or later, command line help for Exchange Online PowerShell cmdlets is no longer loaded by default. Use the _LoadCmdletHelp_ switch so help for Exchange Online PowerShell cmdlets is available to the **Get-Help** cmdlet.
84+
8585
- The _DelegatedOrganization_ parameter specifies the customer organization that you want to manage as an authorized Microsoft Partner. For more information, see the [connection examples later in this article](#connect-to-exchange-online-powershell-in-customer-organizations).
8686

8787
- Depending on the nature of your organization, you might be able to omit the _UserPrincipalName_ parameter in the connection command. Instead, you enter the username and password or select stored credentials after you run the **Connect-ExchangeOnline** command. If it doesn't work, then you need to use the _UserPrincipalName_ parameter.
@@ -92,6 +92,8 @@ For detailed syntax and parameter information, see [Connect-ExchangeOnline](/pow
9292

9393
- Using the module in PowerShell 7 requires version 2.0.4 or later.
9494

95+
- In version 3.7.2 or later, the _DisableWAM_ switch is available to disable Web Account Manager (WAM) if you get WAM-related connection errors.
96+
9597
The connection examples in the following sections use modern authentication, and are incapable of using Basic authentication.
9698

9799
### Connect to Exchange Online PowerShell with an interactive login prompt

exchange/docs-conceptual/connect-to-scc-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Connect to Security & Compliance PowerShell
33
author: chrisda
44
manager: deniseb
5-
ms.date: 12/12/2023
5+
ms.date: 05/07/2025
66
ms.audience: Admin
77
audience: Admin
88
ms.topic: article

exchange/docs-conceptual/exchange-online-powershell-v2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: About the Exchange Online PowerShell V3 module
33
ms.author: chrisda
44
author: chrisda
55
manager: deniseb
6-
ms.date: 03/26/2025
6+
ms.date: 05/07/2025
77
ms.audience: Admin
88
audience: Admin
99
ms.topic: article
@@ -615,7 +615,7 @@ Unless otherwise noted, the current release of the Exchange Online PowerShell mo
615615

616616
#### Version 3.7.2
617617

618-
- New _DisableWAM_ parameter on **Connect-ExchangeOnline** that disables Web Account Manager (WAM).
618+
- The _DisableWAM_ switch is available on the **Connect-ExchangeOnline** cmdlet to disable Web Account Manager (WAM) if you get WAM-related connection errors.
619619

620620
### Previous releases
621621

@@ -630,7 +630,7 @@ Unless otherwise noted, the current release of the Exchange Online PowerShell mo
630630
#### Version 3.7.0
631631

632632
- Integrated Web Account Manager (WAM) in authentication flows to enhance security.
633-
- Command line help for Exchange Online PowerShell cmdlets is no longer loaded by default. Use the _LoadCmdletHelp_ parameter in the **Connect-ExchangeOnline** command so help for Exchange Online PowerShell cmdlets is available to the **Get-Help** cmdlet.
633+
- Command line help for Exchange Online PowerShell cmdlets is no longer loaded by default. Use the _LoadCmdletHelp_ switch in the **Connect-ExchangeOnline** command so help for Exchange Online PowerShell cmdlets is available to the **Get-Help** cmdlet.
634634
- Fixed connection issues with app only authentication in Security & Compliance PowerShell.
635635

636636
#### Version 3.6.0

exchange/docs-conceptual/exchange-online-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Exchange Online PowerShell"
33
ms.author: chrisda
44
author: chrisda
55
manager: deniseb
6-
ms.date: 9/1/2023
6+
ms.date: 05/07/2025
77
ms.audience: Admin
88
audience: Admin
99
ms.topic: article

exchange/exchange-ps/exchange/Add-MailboxPermission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Ex
420420
421421
Required: False
422422
Position: Named
423-
Default value: None
423+
Default value: All
424424
Accept pipeline input: False
425425
Accept wildcard characters: False
426426
```

exchange/exchange-ps/exchange/Get-ActivityAlert.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

exchange/exchange-ps/exchange/Get-AuditConfigurationPolicy.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)