Skip to main content
How Can We Help?

Search for answers or browse our knowledge base.

Powershell script to count processes

You are here:
< Back

Running these scripts in windows powershell will count the running processes. There should be one scanner and comm server for each enabled comm port in XSPOC. If all processes do not launch you may need to change the heap memory settings. Refer to https://thetaportal.com/knowledge-base/cannot-add-additional-comm-ports-and-the-correct-number-of-xscommserver-exe-processes-will-not-launch/

 

(Get-Process -Name "XSscannerL").count
(Get-Process -Name "XSCommServer").count