Last active
March 2, 2017 08:12
-
-
Save wim-beck/6c0a5f0e38c231494d7b0dfcb9c07fa2 to your computer and use it in GitHub Desktop.
Copy System.Management.Automation.dll to current directory
This file contains 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
# Copy the current version of System.Management.Automation.dll to current directory | |
Copy ([PSObject].Assembly.Location) . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment