PowerShell - Error Handling
You have a script that deletes multiple files. If a file is missing, you want to ignore the error and continue deleting other files without any error messages. Which
-ErrorAction value should you use?