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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ to "windowize" the Linux platform and would be confusing for Linux professionals
55
55
- or code samples for common things that need to be done from the "developed on" platform
56
56
- using existing reference technology common to both platforms and available in PowerShell (e.g. Environment Variables & PowerShell Variables)
57
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)
58
+
- that can work under all Windows PowerShell editions (not just Core - even if only distributed with Core)
58
59
- 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