11---
22description : 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
44title : PowerShell 7 module compatibility
55---
66# PowerShell 7 module compatibility
77
88This 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.
1212
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 ] .
1516
1617## Windows management modules
1718
1819The Windows management modules are installed in different ways, dependent on the Edition of Windows,
1920and how the module was packaged for that Edition.
2021
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
2323Administrator. For example:
2424
2525``` powershell
@@ -46,8 +46,8 @@ administrator**.
4646
4747 For more information see:
4848
49- - [ Get-WindowsOptionalFeature] ( /powershell/module/dism/get-windowsoptionalfeature )
50- - [ Enable-WindowsOptionalFeature] ( /powershell/module/dism/enable-windowsoptionalfeature )
49+ - [ Get-WindowsOptionalFeature] [ 04 ]
50+ - [ Enable-WindowsOptionalFeature] [ 02 ]
5151
5252- For Windows Capabilities
5353
@@ -66,8 +66,8 @@ administrator**.
6666
6767 For more information see:
6868
69- - [ Get-WindowsCapability] ( /powershell/module/dism/get-windowscapability )
70- - [ Add-WindowsCapability] ( /powershell/module/dism/add-windowscapability )
69+ - [ Get-WindowsCapability] [ 03 ]
70+ - [ Add-WindowsCapability] [ 01 ]
7171
7272### Module list
7373
@@ -204,3 +204,11 @@ This module has some minor compatibility issues with formatted output in PowerSh
204204the ` Get-WindowsFeature ` cmdlet returns the proper object with all properties, but the default
205205display formatting makes some properties appear to be empty. The actual values are available in the
206206object 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