PowerShell - Functions
Identify the error in this PowerShell function definition:
function SayHello {
param($name)
Write-Output "Hello, $name"
}function SayHello {
param($name)
Write-Output "Hello, $name"
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions