PowerShell - Error Handling
What will happen when running this command?
Remove-Item 'C:\temp\file.txt' -ErrorAction Stopif the file does not exist?
Remove-Item 'C:\temp\file.txt' -ErrorAction Stopif the file does not exist?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions