PowerShell - Error Handling
Identify the error in this PowerShell script:
try {
Write-Output 'Test'
} catch
Write-Output 'Error'
}try {
Write-Output 'Test'
} catch
Write-Output 'Error'
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions