Skip to content

Commit 65b410c

Browse files
authored
Merge pull request #12958 from MicrosoftDocs/main
OOB publish main to live to restore changes from PRs 12930 and 12933
2 parents 44500a7 + a5ace75 commit 65b410c

File tree

2 files changed

+34
-18
lines changed

2 files changed

+34
-18
lines changed

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

Lines changed: 28 additions & 15 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: 07/11/2025
6+
ms.date: 07/31/2025
77
ms.audience: Admin
88
audience: Admin
99
ms.topic: article
@@ -200,9 +200,15 @@ The procedures in this section explain how to install, update, and uninstall the
200200

201201
### Supported operating systems for the Exchange Online PowerShell module
202202

203-
Versions of the module since 2021 are officially supported in PowerShell 7 on Windows, Linux, and Apple macOS (PowerShell 7.0.3 or later).
203+
The module is officially supported in PowerShell 7 on Windows, Linux, and Apple macOS:
204204

205-
For more information about PowerShell 7, see [Announcing PowerShell 7.0](https://devblogs.microsoft.com/powershell/announcing-PowerShell-7-0/).
205+
- Module versions 3.5.1 (July 2024) or later require PowerShell 7 version 7.4.0 (November 2023) or later. Earlier versions of PowerShell 7 might encounter compatibility issues due to missing .NET 8.0 assemblies (v3.5.1 is built on .NET 8.0).
206+
- Module versions 2.0.4 (February 2021) to 3.5.0 (May 2024) are supported in PowerShell 7 version 7.0.3 (July 2020) or later.
207+
208+
For more information about PowerShell 7, see [What is PowerShell?](/powershell/scripting/overview).
209+
210+
> [!TIP]
211+
> All versions of the module are supported and compatible in Windows PowerShell 5.1.
206212
207213
#### Apple macOS
208214

@@ -261,23 +267,30 @@ Now you can do the [regular PowerShell prerequisites](#prerequisites-for-the-exc
261267
262268
#### Windows
263269

264-
All versions of the module are supported in Windows PowerShell 5.1.
270+
- **Windows PowerShell 5.1**:
271+
- All versions of the module are supported.
272+
- Version 2.0.5 (May 2021) or later versions of the module require the Microsoft .NET Framework 4.7.2 or later to connect. Otherwise, you get a `System.Runtime.InteropServices.OSPlatform` error. For more information about versions of Windows that support the .NET Framework 4.7.2, see [this article](/dotnet/framework/migration-guide/versions-and-dependencies#net-framework-472).
265273

266-
PowerShell 7 on Windows requires version 2.0.4 or later.
274+
> [!TIP]
275+
> Current versions of Windows include the required versions of .NET and/or the .NET Framework, so you don't need to install .NET or the .NET Framework to use the module in Windows PowerShell 5.1.
267276
268-
Version 2.0.5 or later of the module requires the Microsoft .NET Framework 4.7.2 or later to connect. Otherwise, you get a `System.Runtime.InteropServices.OSPlatform` error. This requirement shouldn't be an issue in current versions of Windows. For more information about versions of Windows that support the .NET Framework 4.7.2, see [this article](/dotnet/framework/migration-guide/versions-and-dependencies#net-framework-472).
277+
- **PowerShell 7**:
278+
- Module versions 3.5.1 (July 2024) or later require PowerShell 7 version 7.4.0 (November 2023) or later. Earlier versions of PowerShell 7 might encounter compatibility issues due to missing .NET 8.0 assemblies (v3.5.1 is built on .NET 8.0).
279+
- Module versions 2.0.4 (February 2021) to 3.5.0 (May 2024) are supported in PowerShell 7 version 7.0.3 (July 2020) or later.
269280

270281
Windows PowerShell requirements and module support **in older versions of Windows** are described in the following list:
271282

272-
- Windows 8.1¹
273-
- Windows Server 2012 or Windows Server 2012 R2¹
274-
- Windows 7 Service Pack 1 (SP1)² ³ ⁴
275-
- Windows Server 2008 R2 SP1² ³ ⁴
276-
277-
- ¹ PowerShell 7 on this version of Windows requires the [Windows 10 Universal C Runtime (CRT)](https://www.microsoft.com/download/details.aspx?id=50410).
278-
- ² Support for this version of Windows is over. This version of Windows is supported only in Azure virtual machines.
279-
- ³ This version of Windows supports only v2.0.3 or earlier versions of the module.
280-
- ⁴ Windows PowerShell 5.1 on this version of Windows requires the .NET Framework 4.5 or later and the Windows Management Framework 5.1. For more information, see [Windows Management Framework 5.1](https://aka.ms/wmf5download).
283+
- Windows 10¹
284+
- Windows 8.1² ³
285+
- Windows Server 2012 or Windows Server 2012 R2² ³
286+
- Windows 7 Service Pack 1 (SP1)² ⁴ ⁵
287+
- Windows Server 2008 R2 SP1² ⁴ ⁵
288+
289+
¹ Windows 10 Anniversary Update (version 1607 from August 2016) is the earliest version of Windows 10 that's reliably compatible with the .NET Framework 4.7.2 (v2.0.5 or later versions of the module in Windows PowerShell 5.1).<br/>
290+
² Support for this version of Windows is over. This version of Windows is supported only in Azure virtual machines.<br/>
291+
³ PowerShell 7 on this version of Windows requires a compatible version of .NET Core or .NET runtime and the [Windows 10 Universal C Runtime (CRT)](https://support.microsoft.com/topic/c0514201-7fe6-95a3-b0a5-287930f3560c). The last officially supported version of PowerShell 7 on this version of Windows is 7.2 (7.2.19 from August 2024), which means the last supported version of the module in PowerShell 7 is v3.5.0 (May 2024).<br/>
292+
⁴ The latest version of the module supported on this version of Windows is v2.0.3 (September 2020).<br/>
293+
⁵ Windows PowerShell 5.1 on this version of Windows requires the .NET Framework 4.5 or later and the Windows Management Framework 5.1. For more information, see [Windows Management Framework 5.1](https://aka.ms/wmf5download).
281294

282295
### Prerequisites for the Exchange Online PowerShell module
283296

exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,10 +1691,13 @@ Accept wildcard characters: False
16911691
```
16921692

16931693
### -OnSendAddinsEnabled
1694-
The OnSendAddinsEnabled parameter specifies whether to enable or disable on send add-ins in Outlook on the web (add-ins that support events when a user clicks Send). Valid values are:
16951694

1696-
- $true: On send add-ins are enabled.
1697-
- $false: On send add-ins are disabled. This is the default value.
1695+
> Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
1696+
1697+
The OnSendAddinsEnabled parameter specifies whether a mail item can be edited while an on-send add-in is processing it in Outlook on the web or the new Outlook on Windows. Valid values are:
1698+
1699+
- $true: A user can't edit a mail item while an on-send add-in is processing the item.
1700+
- $false: A user can edit a mail item while an on-send add-in is processing the item. This is the default value.
16981701

16991702
```yaml
17001703
Type: Boolean

0 commit comments

Comments
 (0)