Skip to content

Instantly share code, notes, and snippets.

@techdecline
Created April 5, 2022 20:02
Show Gist options
  • Select an option

  • Save techdecline/8fa2a059f381c5e0979290b4da81e333 to your computer and use it in GitHub Desktop.

Select an option

Save techdecline/8fa2a059f381c5e0979290b4da81e333 to your computer and use it in GitHub Desktop.
param(
[Parameter(Mandatory)]
[String]$Name
)
Write-Output "Hello $Name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment