Skip to content

Instantly share code, notes, and snippets.

@nojaf
Created August 3, 2016 11:03
Show Gist options
  • Select an option

  • Save nojaf/25d6ffa44c893985248ee57af501dcdb to your computer and use it in GitHub Desktop.

Select an option

Save nojaf/25d6ffa44c893985248ee57af501dcdb to your computer and use it in GitHub Desktop.
Concatenate all arguments passed to PS script
Write-Output ([string]::Join("|", $args))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment