Skip to content

Commit 59982e8

Browse files
authored
Merge pull request #180522 from mgreenegit/patch-27
WindowsFeature/OptionalFeature compatibility
2 parents bb40413 + c36f861 commit 59982e8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/governance/policy/concepts/guest-configuration-custom.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,10 @@ following known compatibility issues.
291291

292292
- Don't use resources from the `PSDesiredStateConfiguration` module that ships with Windows. Instead,
293293
switch to `PSDscResources`.
294-
- Don't use the `WindowsFeature` and `WindowsFeatureSet` resources in `PsDscResources`. Instead,
295-
switch to the `WindowsOptionalFeature` and `WindowsOptionalFeatureSet` resources.
294+
- Don't use the `WindowsFeature`, `WindowsFeatureSet`, `WindowsOptionalFeature`, and
295+
`WindowsOptionalFeatureSet` resources in `PsDscResources`. There's a known
296+
issue loading the `DISM` module in PowerShell 7.1.3 on Windows Server,
297+
that will require an update.
296298

297299
The "nx" resources for Linux that were included in the
298300
[DSC for Linux](https://github.com/microsoft/PowerShell-DSC-for-Linux/tree/master/Providers)

0 commit comments

Comments
 (0)