Terminating a script in PowerShell
Terminating a script in PowerShell
Terminating a script in PowerShell
Re: Terminating a script in PowerShell
You should use [the `exit` keyword](https://stackoverflow.com/questions/1275090/what-exactly-is-exit-in-powershell/1275261#1275261).