File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ so that I can deploy PowerShell Core 6 in my enterprise.
27
27
The module manifest (since Windows PowerShell 5) may contain a ` CompatiblePSEditions ` property to indicate if it is compatible with
28
28
Windows PowerShell (value of ` Desktop ` even on Windows Server) or PowerShell Core (value of ` Core ` ).
29
29
Currently, this property is only documentation and not observed by PowerShell.
30
- The proposal is to modify PowerShell Core 6.1 to respect this property.
30
+ The proposal is to modify PowerShell Core 6.1 to respect this property for in-box Windows PowerShell modules .
31
31
32
32
### Windows PSModulePath
33
33
@@ -50,11 +50,11 @@ from the `WindowsCompatibility` module.
50
50
51
51
Modules in the PowerShell Core ` PSModulePath ` are implicitly deemed compatible even if the manifest does not
52
52
declare compatibility.
53
- A user who explicitly uses ` Install-Module ` within PowerShell Core 6 for those modules expect them to be available to PowerShell Core 6.
53
+ A user who explicitly uses ` Install-Module ` within PowerShell Core 6 expect those modules to be available to PowerShell Core 6.
54
54
55
- ### CompatiblePSEditions for system32
55
+ ### CompatiblePSEditions for Windows System32
56
56
57
- When we add the ` system32 ` path to PowerShell Core's ` PSModulePath ` ,
57
+ When we add the ` System32 ` path to PowerShell Core's ` PSModulePath ` ,
58
58
we will use additional logic to validate that the module is compatible with PowerShell Core.
59
59
60
60
If the module manifest contains ` CompatiblePSEditions ` with value ` Core ` , then that module is treated as compatible.
You can’t perform that action at this time.
0 commit comments