Skip to content

Instantly share code, notes, and snippets.

@phillipsj
Created July 20, 2021 19:33
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 phillipsj/fa9e86f49a46f48077358aa5661f7f14 to your computer and use it in GitHub Desktop.
Save phillipsj/fa9e86f49a46f48077358aa5661f7f14 to your computer and use it in GitHub Desktop.
PowerShell iex param test.
[CmdletBinding()]
param (
[Parameter()]
[Switch]
$Worker,
[Parameter()]
[String]
$Label,
[Parameter()]
[String]
$Taint,
[Parameter()]
[String]
$Token
)
Write-Host $Token
Write-Host $Label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment