You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-Draft/RFCXXXX-PowerShell-Core-Interop-Module.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,12 +48,14 @@ to "windowize" the Linux platform and would be confusing for Linux professionals
48
48
49
49
- Standard shipped-with PowerShell Core module
50
50
- Written as a script
51
-
- That "fixes up" a target environment (Windows or PowerShell)
51
+
- That "fixes up" a target environment
52
+
- dynamically (does not make persistent changes)
53
+
- within the PowerShell session (does not dynamically change things beyond the current session)
52
54
- with common standard pointers for the "Developed on" platform
53
55
- or code samples for common things that need to be done from the "developed on" platform
54
56
- using existing reference technology common to both platforms and available in PowerShell (e.g. Environment Variables & PowerShell Variables)
55
57
- and includes code samples of methods that simply work on both platforms unchanged (e.g. A way to check bitness that works unmodified on both platforms - even though there is not a PowerShell standard for exposing this information)
56
-
- that requires some action from an administrator to enable (e.g. run a CMDLet in their script or a machine based profile)
58
+
- that requires some action from an administrator to enable (e.g. run a CMDLet in their script or a machine based PowerShell profile)
0 commit comments