Dear all,
For a very specific project of mine I need to be able to identify from multiple process with the same name and image path their individual listen port that they are using.
Basicly what I need is (not real code):
$procid = get process ID from process test.exe
if $procid = < port 5000> then
else
endif
Prefably not using external tools or WMI, but using API calls.
Who is up for this challange?
Best Regards,
Christian
For a very specific project of mine I need to be able to identify from multiple process with the same name and image path their individual listen port that they are using.
Basicly what I need is (not real code):
$procid = get process ID from process test.exe
if $procid = < port 5000> then
else
endif
Prefably not using external tools or WMI, but using API calls.
Who is up for this challange?
Best Regards,
Christian