Skip to content

04. PowerLSS behavior

otabut edited this page Jan 30, 2018 · 3 revisions

After each script execution, it is moved to :

  • Done folder if successfull
  • Failed folder if script has failed and ContinueOnFailure switch is enabled
  • Skipped folder if script extension or return status are unsupported

If ContinueOnFailure switch is not enabled (default behavior), PowerLSS stops.

When a script has failed, you can fix issue and restart where it stopped by either restarting scheduled task (manually or with appropriate cmdlet) or by restarting the computer

Clone this wiki locally