Skip to content

Instantly share code, notes, and snippets.

@alexverboon
Created May 21, 2020 16:15
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 alexverboon/9d831b6fc886147bd4813902fb6fbd84 to your computer and use it in GitHub Desktop.
Save alexverboon/9d831b6fc886147bd4813902fb6fbd84 to your computer and use it in GitHub Desktop.
Write-host "I was just downloaded"
Param(
$Param1
)
write-host "And executed with $Param1"
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment