Thank you very much. You have no idea how helpful this is.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
searchProcess = "w3wp.exe";
procArray = AgentReadList($node, "System.ProcessList");
if (procArray == null)
return false;
foreach (process : procArray) {
if (index(process, searchProcess) != 0)
return $node->isLocalMgmt;
}
return false;