IISOnline (IIS Web Workers, Windows Server Processes, C#)
Needed a tool to tell me which websites were online in real time,
and which processes they belong to, so I made one.
Will post on github, but basically what it does is query IIS for Application Pools then query processes for W3, then compare the IIS hostnames to the command line strings that started the W3, simple right?
windows server