Dan Posted March 2, 2020 Posted March 2, 2020 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
Administrators Paul Posted March 2, 2020 Administrators Posted March 2, 2020 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 Dan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now