Created
March 16, 2020 10:25
-
-
Save mamidenn/5d0ed416b7f8a2ccbfa5e2a0fdd5f497 to your computer and use it in GitHub Desktop.
Import PowerShell module without polluting environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$name = psake | |
Save-Module -Name $name -Path . | |
Import-Module -Name .\$name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment