You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/docs-conceptual/exchange-online-powershell-v2.md
+21-12Lines changed: 21 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -272,8 +272,9 @@ Now you can do the [regular PowerShell prerequisites](#prerequisites-for-the-exc
272
272
- Current versions of Windows include the required versions of the .NET Framework, so you don't need to install the .NET Framework to use the module in Windows PowerShell 5.1.
273
273
274
274
-**PowerShell 7**:
275
-
- 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).
276
-
- 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.
275
+
- Module versions 3.5.0 (May 2024) or later require PowerShell 7.4.0 (November 2023) or later due to .NET 8.0 assembly dependencies. Earlier versions of PowerShell 7 might encounter compatibility issues.
276
+
- Module versions 3.0.0 (September 2022) to 3.4.0 (October 2023) require PowerShell 7.2.0 (November 2021) or later due to .NET 6.0 assembly dependencies in REST API cmdlets and connections.
277
+
- Support for the module in PowerShell 7 started with version 2.0.4 (February 2021) in PowerShell 7.0.3 (July 2020).
277
278
278
279
Specific module version support in Windows depends on Windows PowerShell support and .NET Framework and/or .NET support as described in the following list:
279
280
@@ -290,40 +291,48 @@ Specific module version support in Windows depends on Windows PowerShell support
|2.0.5 or later|5.1|.NET Framework 4.7.2 (4.8 is included, so you don't need to install the .NET Framework)|
301
-
|3.5.1 or later|7.4.0 or later|.NET 8.0|
302
-
|2.0.4 to 3.5.0|7.2.x to 7.3.6|.NET 6.0 (7.2.x)<br/>.NET 7.0 (7.3.x)|
304
+
|3.5.0 or later|7.4.0 or later|.NET 8.0|
305
+
|3.0.0 to 3.4.0|7.2.0 to 7.3.7 (or later)|.NET 6.0 (7.2.x)<br/>.NET 7.0 (7.3.x)|
306
+
307
+
PowerShell 7.2.0 (.NET 6.0) is the earliest supported version in Windows Server 2022.
303
308
304
309
-**Windows 10**:
305
310
306
311
|Module version|PowerShell version|Supported Windows version|.NET requirement|
307
312
|---|---|---|---|
308
313
|2.0.5 or later|5.1|Anniversary Update (version 1607; August 2016) or later|.NET Framework 4.7.2<br/>April 2018 Update (version 1803) or later includes the .NET Framework 4.7.2, so you don't need to download it.|
309
-
|3.5.1 or later|7.4.0 or later|October 2018 Update (version 1809) or later |.NET 8.0|
310
-
|2.0.4 to 3.5.0|7.0.3 to 7.3.6|October 2018 Update (version 1809) or later|.NET Core 3.1 (7.0.x)<br/>.NET 5.0 (7.1.x)<br/>.NET 6.0 (7.2.x)<br/>.NET 7.0 (7.3.x)|
311
-
|2.0.4 to 3.5.0|7.0.3 to 7.2.19|Anniversary Update (version 1607; August 2016) or later|.NET Core 3.1 (7.0.x)<br/>.NET 5.0 (7.1.x)<br/>.NET 6.0 (7.2.x)|
314
+
|3.5.0 or later|7.4.0 or later|October 2018 Update (version 1809) or later |.NET 8.0|
315
+
|3.0.0 to 3.4.0|7.2.0 to 7.3.7 (or later)|October 2018 Update (version 1809) or later|.NET 6.0 (7.2.x)<br/>.NET 7.0 (7.3.x)|
316
+
|2.0.4 and 2.0.5|7.0.3 to 7.1.5 (or later)|Anniversary Update (version 1607; August 2016) or later|.NET Core 3.1 (7.0.x)<br/>.NET 5.0 (7.1.x)|
312
317
313
318
-**Windows Server 2016** and **Windows Server 2019**:
0 commit comments