PowerShell - Functions
What will this PowerShell function output?
function ShowMessage { param([string]$msg = 'Hello') Write-Output $msg }
ShowMessagefunction ShowMessage { param([string]$msg = 'Hello') Write-Output $msg }
ShowMessage15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions