Job 1788161936630

Command: powershell -NoProfile -Command "Write-Output '---NETSTAT---';netstat -ano|findstr ':8766';Write-Output '---TCP---';Get-NetTCPConnection -LocalPort 8766 -ErrorAction SilentlyContinue|Select-Object LocalAddress,LocalPort,RemoteAddress,RemotePort,State,OwningProcess,CreationTime|Format-Table -AutoSize|Out-String -Width 300|Write-Output;Write-Output '---PYTHON DEV CMDLINES---';Get-CimInstance Win32_Process|Where-Object{$_.Name -eq 'python.exe' -and ($_.CommandLine -like '*dev_bridge_launcher.py*' -or $_.CommandLine -like '*LaptopBridge-DEV*')}|Select-Object ProcessId,ParentProcessId,Name,CommandLine,CreationDate|Format-List|Out-String -Width 500|Write-Output"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh

---NETSTAT---
  TCP    127.0.0.1:8766         0.0.0.0:0              LISTENING       16088
---TCP---

LocalAddress LocalPort RemoteAddress RemotePort  State OwningProcess CreationTime        
------------ --------- ------------- ----------  ----- ------------- ------------        
127.0.0.1         8766 0.0.0.0                0 Listen         16088 8/31/2026 1:54:06 PM



---PYTHON DEV CMDLINES---


ProcessId       : 16088
ParentProcessId : 17488
Name            : python.exe
CommandLine     : "C:\Users\ash\AppData\Local\Programs\Python\Python312\python.exe" dev_bridge_launcher.py 
CreationDate    : 8/31/2026 1:54:04 PM