/build/static/layout/Breadcrumb_cap_w.png

Custom Report Needed

I’m need to create a report that will list all the machine that have a certain service either running or stopped. The columns needed would be as follows.

Machine Name
Service/Display Name
Startup Type
Status
File Name

Thank You,
Eliud

0 Comments   [ + ] Show comments

Answers (2)

Posted by: GillySpy 12 years ago
7th Degree Black Belt
0
select
M.NAME "Machine Name",
NT.NAME "Service/Display Name",
STARTUP_TYPE "Startup Type",
STATUS "Status",
FILE_NAME "File Name"
FROM MACHINE M JOIN MACHINE_NTSERVICE_JT MN ON M.ID=MACHINE_ID
JOIN NTSERVICE NT ON NTSERVICE_ID=NT.ID
WHERE STATUS IN ('SERVICE_RUNNING', 'SERVICE_STOPPED')
and NT.NAME='servicenamehere' /* although you might actually want DISPLAY_NAME */
Posted by: erobledo 12 years ago
Yellow Belt
0
Exactly what I needed, Thank You.

Eliud
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
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