My company has many internal and external websites, and a need to know what websites are on what servers.
I would like to have a report with the following data points:
Node Name (What is the name of the server thats hosting the websites)
Site Name (List out the IIS websites on the Node Name)
IIS Binding(s) (What is the IP of the site)
Status (if the site is up or not)
State ( is the site started or not)
Current Connections (How many people are connected to the site)
What I can't figure out how to add are the following:
What site is the App Pool tied to? (Potentially App Pool running status also)
Certificates... for the site.
How can I get the last 2 added onto 1 report..