1
1
---
2
2
description : This article lists the status of PowerShell 7 with Powershell modules published for other Microsoft products.
3
- ms.date : 10/04/2021
3
+ ms.date : 06/05/2023
4
4
title : PowerShell 7 module compatibility
5
5
---
6
6
# PowerShell 7 module compatibility
7
7
8
8
This article contains a list of PowerShell modules published by Microsoft. These modules provide
9
- management and support for various Microsoft products and services. They have been updated
10
- to work natively with PowerShell 7, or tested for compatibility with PowerShell 7. This list will be
11
- updated with new information as more modules are identified and tested.
9
+ management and support for various Microsoft products and services. They have been updated to work
10
+ natively with PowerShell 7, or tested for compatibility with PowerShell 7. This list will be updated
11
+ with new information as more modules are identified and tested.
12
12
13
- If you have information to share or issues with specific modules, please file an issue in the
14
- [ WindowsCompatibility repo] ( https://github.com/PowerShell/WindowsCompatibility ) .
13
+ If you have information to share or issues with specific modules, please submit feedback in the
14
+ Windows Feedback Hub. For more information, see
15
+ [ Send feedback to Microsoft with the Feedback Hub app] [ 06 ] .
15
16
16
17
## Windows management modules
17
18
18
19
The Windows management modules are installed in different ways, dependent on the Edition of Windows,
19
20
and how the module was packaged for that Edition.
20
21
21
- On Windows Server, use the feature name with the
22
- [ Install-WindowsFeature] ( /powershell/module/servermanager/install-windowsfeature ) cmdlet as an
22
+ On Windows Server, use the feature name with the [ Install-WindowsFeature] [ 05 ] cmdlet as an
23
23
Administrator. For example:
24
24
25
25
``` powershell
@@ -46,8 +46,8 @@ administrator**.
46
46
47
47
For more information see:
48
48
49
- - [ Get-WindowsOptionalFeature] ( /powershell/module/dism/get-windowsoptionalfeature )
50
- - [ Enable-WindowsOptionalFeature] ( /powershell/module/dism/enable-windowsoptionalfeature )
49
+ - [ Get-WindowsOptionalFeature] [ 04 ]
50
+ - [ Enable-WindowsOptionalFeature] [ 02 ]
51
51
52
52
- For Windows Capabilities
53
53
@@ -66,8 +66,8 @@ administrator**.
66
66
67
67
For more information see:
68
68
69
- - [ Get-WindowsCapability] ( /powershell/module/dism/get-windowscapability )
70
- - [ Add-WindowsCapability] ( /powershell/module/dism/add-windowscapability )
69
+ - [ Get-WindowsCapability] [ 03 ]
70
+ - [ Add-WindowsCapability] [ 01 ]
71
71
72
72
### Module list
73
73
@@ -204,3 +204,11 @@ This module has some minor compatibility issues with formatted output in PowerSh
204
204
the ` Get-WindowsFeature ` cmdlet returns the proper object with all properties, but the default
205
205
display formatting makes some properties appear to be empty. The actual values are available in the
206
206
object properties using ` Select-Object ` or by direct member access.
207
+
208
+ <!-- link references -->
209
+ [ 01 ] : /powershell/module/dism/add-windowscapability
210
+ [ 02 ] : /powershell/module/dism/enable-windowsoptionalfeature
211
+ [ 03 ] : /powershell/module/dism/get-windowscapability
212
+ [ 04 ] : /powershell/module/dism/get-windowsoptionalfeature
213
+ [ 05 ] : /powershell/module/servermanager/install-windowsfeature
214
+ [ 06 ] : https://support.microsoft.com/windows/send-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332
0 commit comments