Created
April 5, 2022 20:02
-
-
Save techdecline/8fa2a059f381c5e0979290b4da81e333 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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