
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2018 09:47 PM
I'm very sorry I'm not familiar with SQL.
I am hoping someone would be able to point me in the right direction.
Ideally I would like to create a report which will shows all servers (windows or linux) running webservers.
if not then 2 reports, one showing all Windows with IIS and the second with Linux servers running Apache (httpd)
The report should have:
Server Name, Domain, IPAddress, OS name, Full OSname, SP,IIS or Apache Version, Service started (yes/no), First Seen, Last Seen.
Thank you in advance.

I am hoping someone would be able to point me in the right direction.
Ideally I would like to create a report which will shows all servers (windows or linux) running webservers.
if not then 2 reports, one showing all Windows with IIS and the second with Linux servers running Apache (httpd)
The report should have:
Server Name, Domain, IPAddress, OS name, Full OSname, SP,IIS or Apache Version, Service started (yes/no), First Seen, Last Seen.
Thank you in advance.
Labels:
- Labels:
-
Report Center
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2018 11:17 AM
For the services, you'll need the following tables:
- tblServices
- tblServiceState
- tblServiceUni
- tblFeature
- tblFeatureUni
