PowerShell - Error Handling
Which of the following is the correct syntax to catch an error in PowerShell?
catch is followed by a script block in curly braces without parentheses or other symbols.catch { ... } which is correct; others add invalid symbols like parentheses or colons.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions