Skip to content

Instantly share code, notes, and snippets.

@kvprasoon
Created November 12, 2015 05:34
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 kvprasoon/ad7182a0a2c815d96362 to your computer and use it in GitHub Desktop.
Save kvprasoon/ad7182a0a2c815d96362 to your computer and use it in GitHub Desktop.
Scripting Games November
param([string]$VMNameStr)
# Splitting On comma
# Using ForEach-Object for older version of PS
$VMNameStr.split(',')|ForEach-Object{$_.trim()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment