Skip to content

Commit cf9165f

Browse files
authored
Merge pull request MicrosoftDocs#3499 from sdwheeler/sdw-i3497
Fixes MicrosoftDocs#3497 - Link to Windows Feedback Hub
2 parents c0ace23 + dd5e3a7 commit cf9165f

File tree

3 files changed

+183
-159
lines changed

3 files changed

+183
-159
lines changed

docset/docs-conceptual/winserver2016-ps/module-compatibility.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
22
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
44
title: PowerShell 7 module compatibility
55
---
66
# PowerShell 7 module compatibility
77

88
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.
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

1819
The Windows management modules are installed in different ways, dependent on the Edition of Windows,
1920
and 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
2323
Administrator. 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
204204
the `Get-WindowsFeature` cmdlet returns the proper object with all properties, but the default
205205
display formatting makes some properties appear to be empty. The actual values are available in the
206206
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

docset/docs-conceptual/winserver2019-ps/module-compatibility.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
22
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
44
title: PowerShell 7 module compatibility
55
---
66
# PowerShell 7 module compatibility
77

88
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.
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

1819
The Windows management modules are installed in different ways, dependent on the Edition of Windows,
1920
and 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
2323
Administrator. 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
204204
the `Get-WindowsFeature` cmdlet returns the proper object with all properties, but the default
205205
display formatting makes some properties appear to be empty. The actual values are available in the
206206
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

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy