Is it possible to completely ignore all errors in a Powershell script? I've got a script that works awesome if run via Task scheduler... it throws tons of errors cause it's basically brute forcing through a bunch of data and the errors don't matter at all. Normally it runs for a few hours, but running in Visualcron it seems to fail in about 20 seconds as it catches all the error thrown... can I just completely ignore all these errors and let the task run until it finishes?