/build/static/layout/Breadcrumb_cap_w.png

KACE 1000 Create Report Service Windows Name and Status (Running or Stopped)

Hello,

I need some help how to get Report Service Windows Name and Status,

report format like this,

DEVICE_NAME | SERVICE_NAME | SERVICE_STATUS


best regards,

thx


0 Comments   [ + ] Show comments

Answers (2)

Posted by: chucksteel 6 years ago
Red Belt
0
Here you go:
SELECT M.NAME, S.DISPLAY_NAME, S.STATUS
FROM MACHINE M
JOIN MACHINE_NTSERVICE_JT JT on JT.MACHINE_ID = M.ID
JOIN NTSERVICE S on S.ID = JT.NTSERVICE_ID
ORDER BY M.NAME, S.DISPLAY_NAME
Keep in mind that the data will be based on the last time the inventory ran on each machine and some services might only run when there is a user logged into the computer.
Posted by: mdickson@markandy.com 1 year ago
Senior White Belt
0

Hello, we're using KACE SMA v13.

I would like to use this report but to report only on devices that are servers. Using the OS Name Windows Server *

I realize this is an old post but I'm struggling to understand how to do this.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ