powershell脚本怎么在后台执行,什么命令能查出这个脚本的id?

powershell脚本怎么在后台执行?我在powershell里面运行后,窗口关闭脚本也就停了。

后来我百度这个命令powershell  -WindowStyle hidden -ExecutionPolicy Bypass -file xxx.ps1

运行完以后,窗口自动关闭,且脚本内容也在执行

但我用什么命令能查出这个脚本的id?因为我想kill掉某一个powershell脚本