In bash the ampersand (&) can be used to run a command in the background and return interactive control to the user before the command has finished running. Is there an
Seems that the script block passed to Start-Job is not executed with the same current directory as the Start-Job command, so make sure to specify fully qualified path if needed.