PowerShell - Error Handling
What happens when a
throw statement is executed in a PowerShell script?throw statement is executed in a PowerShell script?throwthrow statement is used to generate a terminating error in PowerShell.throw runs, it stops the script immediately and signals an error that must be handled or it will terminate the script.throw causes termination [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions