Skip to content

Instantly share code, notes, and snippets.

@ekozlowski
Created August 19, 2016 20:46
Show Gist options
  • Save ekozlowski/288d5048f6f0fc9a28aaa540b655dbed to your computer and use it in GitHub Desktop.
Save ekozlowski/288d5048f6f0fc9a28aaa540b655dbed to your computer and use it in GitHub Desktop.
Passing an array with Powershell
start-job -filepath myscript.ps1 -arg (,$myarr)
@ekozlowski
Copy link
Author

Don't ever forget this. This is so awful, and wasted a lot of hours. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment