Skip to content

Instantly share code, notes, and snippets.

@ocitrev
Created November 18, 2015 04:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ocitrev/fc2ea6fe89480305dc49 to your computer and use it in GitHub Desktop.
Save ocitrev/fc2ea6fe89480305dc49 to your computer and use it in GitHub Desktop.
2015-November Scripting Games Puzzle
param([string]$VMNameStr)
$VMNameStr.Split(',').Trim() | ? Length -GT 0 | Tee-Object -Variable VMNames
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment