Skip to content

Instantly share code, notes, and snippets.

@realrubberduckdev
Last active April 13, 2023 12:16
Show Gist options
  • Save realrubberduckdev/43102a9095df455fafe3ddd9891af953 to your computer and use it in GitHub Desktop.
Save realrubberduckdev/43102a9095df455fafe3ddd9891af953 to your computer and use it in GitHub Desktop.
Test ps script
param (
[string]$Param1 = "No input",
[string]$Param2 = "No input"
)
Write-Host "The parameter entered is $Param1."
Write-Host "The parameter2 entered is $Param2."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment