Skip to content

Instantly share code, notes, and snippets.

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 hbulens/cf4458b88987d14400bb37e8c1476815 to your computer and use it in GitHub Desktop.
Save hbulens/cf4458b88987d14400bb37e8c1476815 to your computer and use it in GitHub Desktop.
Powershell.exe .\test.ps1 -parameter1 'HELLO FROM PARAMETER 1' -parameter2 'HELLO FROM PARAMETER 2'
Powershell.exe .\test.ps1 -parameter1 "HELLO FROM PARAMETER 1" -parameter2 'HELLO FROM PARAMETER 2'
set /p DUMMY=Hit ENTER to continue...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment