Posted March 2, 20205 yr Hi there, I'm currently evaluating Pulseway and one of the important features for our use case is to see the Command line of individual processes. (eg if you run Task Manager and right click the columns, 'Command line' is an option there.) This is due to one of the applications that we run spinning up multiple instances - the command line helps us differentiate which instance is running what as they are started with different parameters. Is there any way of achieving this? I did a quick search but it doesn't seem like this topic has come up previously that I can see. Thanks in advance! Dan
March 2, 20205 yr Administrators Hi Dan, This is not yet available as a native feature on Pulseway however I personally remembered the following powershell line whenever I needed to tell two processes apart using Pulseway: gwmi win32_process -Filter "name='svchost.exe'" | select processid, name, commandline | fl -Paul
Create an account or sign in to comment