powershell exit code 1 code example Example: powershell exit code function ExitWithCode { param($exitcode) $host.SetShouldExit($exitcode); exit }