
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2016 01:48 AM
is there a way to scan for a specific service on a windows workstation?
specifically I am looking for a dameware service
C:\Windows\dwrcs\DWRCS.EXE -service
dwmrcs
DameWare Mini Remote Control
any help is appreciated
specifically I am looking for a dameware service
C:\Windows\dwrcs\DWRCS.EXE -service
dwmrcs
DameWare Mini Remote Control
any help is appreciated
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-11-2016 07:36 PM
Installed services are scanned by default and stored in the tblServices/tblServicesUni database tables. There is a sample report in our report center that lists machines missing a specific service. You can find it here. To list machines that do have the service, simply replace the "Not In" in the SQL query with "In".
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2016 07:36 PM
Installed services are scanned by default and stored in the tblServices/tblServicesUni database tables. There is a sample report in our report center that lists machines missing a specific service. You can find it here. To list machines that do have the service, simply replace the "Not In" in the SQL query with "In".
