Hi,
I am new to the Windows CMD and am running into an issue. I am trying to figure out how to find items in the tasklist using multiple parameters. In this case, I want to see items where the Image Name is Javaw.exe and the user is aaaa. Taken seperately, each of these commands work:
tasklist /V /FI "IMAGENAME eq javaw.exe"
tasklist /V /FI "USERNAME eq ITSERVICES\aaaa"
What I need to know is how to combine them into 1 find request, where only items with both those criteria are shown?
Any help is appreciated.
Brandie