PowerShell - Error Handling
What will this PowerShell script output?
try {
Write-Output 'Try block'
} finally {
Write-Output 'Finally block'
}try {
Write-Output 'Try block'
} finally {
Write-Output 'Finally block'
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions