Skip to content

Commit 140cd93

Browse files
committed
RFC for PowerShell Core Interop Module
1 parent c73c8cd commit 140cd93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

1-Draft/RFCXXXX-PowerShell-Core-Interop-Module.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,14 @@ to "windowize" the Linux platform and would be confusing for Linux professionals
4848

4949
- Standard shipped-with PowerShell Core module
5050
- 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)
5254
- with common standard pointers for the "Developed on" platform
5355
- or code samples for common things that need to be done from the "developed on" platform
5456
- using existing reference technology common to both platforms and available in PowerShell (e.g. Environment Variables & PowerShell Variables)
5557
- 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)
5759

5860
###Example
5961

0 commit comments

Comments
 (0)