
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2016 07:36 PM
I am looking to create a report to identify systems (servers) that do not have specific software installed.
Solved! Go to Solution.
Labels:
- Labels:
-
Report Center
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2016 09:31 PM
See here for instructions on reporting on software title not installed.
You can filter for servers based on tblComputerSystem.DomainRole. A value >1 is a server of some sort. (Link against tblDomainRoles if you want descriptive labels for the roles.)
You can filter for servers based on tblComputerSystem.DomainRole. A value >1 is a server of some sort. (Link against tblDomainRoles if you want descriptive labels for the roles.)
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2016 09:31 PM
See here for instructions on reporting on software title not installed.
You can filter for servers based on tblComputerSystem.DomainRole. A value >1 is a server of some sort. (Link against tblDomainRoles if you want descriptive labels for the roles.)
You can filter for servers based on tblComputerSystem.DomainRole. A value >1 is a server of some sort. (Link against tblDomainRoles if you want descriptive labels for the roles.)
