Created
August 19, 2016 20:46
-
-
Save ekozlowski/288d5048f6f0fc9a28aaa540b655dbed to your computer and use it in GitHub Desktop.
Passing an array with Powershell
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
start-job -filepath myscript.ps1 -arg (,$myarr) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't ever forget this. This is so awful, and wasted a lot of hours. :(