CrowdStrike / falcon-scripts

Scripts to streamline the deployment and use of the CrowdStrike Falcon sensor
The Unlicense
153 stars 89 forks source link

Properly exit powershell scripts #131

Open ffalor opened 1 year ago

ffalor commented 1 year ago

Our powershell scripts should exit with specific exit codes based on errors.

Currently every "exit" is done by throw which makes using things like Start-Process very hard.

carlosmmatos commented 1 year ago

Some work done in #128

github-actions[bot] commented 1 week ago

This issue has been automatically marked as stale because it has had no activity in the last 14 days.

What happens next: • The issue will be closed in 7 days if no further activity occurs • To keep this issue open, simply leave a comment • Once closed, please feel free to re-open if the issue persists

Thank you for your contributions to this project!