Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

Exit-PSScript -exitcode <> -exitmessage <string>

Parameters

exitcode

The error code to end running of the script, see Error Codes for examples of predefined error codes

...

An message to add to the log

Example

Code Block
languagepowershell
Exit-PSScript $Error

...