7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
param($Msg, $Dflt = "default value", [int]$Nb = 3)
|
|
|
|
# WARN; Cannot download dependency modules from internet during sandbox testing!
|
|
|
|
# the last line of the stdout is the return value
|
|
Write-Output "Hello $Msg"
|