Enabled Managed Installs that have not been attempted yet
Enabled Managed Installs and the associated machines that have not attempted the install even once yet.
select M.ID as MACHINE_ID,M.NAME as MACHINE, S.DISPLAY_NAME as MI,IF(MI.ENABLED>0,'enabled','disabled') ENABLED, ATTEMPT_COUNT from MACHINE M JOIN MACHINE_LABEL_JT ML ON ML.MACHINE_ID=M.ID JOIN MI_LABEL_JT MIL ON MIL.LABEL_ID=ML.LABEL_ID JOIN MI ON MI.ID=MIL.MI_ID JOIN SOFTWARE S on S.ID = MI.SOFTWARE_ID LEFT JOIN MI_ATTEMPT MA on M.ID = MA.MACHINE_ID and MI.ID=MA.MI_ID where MI.ENABLED > 0 and ATTEMPT_COUNT IS NULLORDER BY M.ID, S.DISPLAY_NAME
0 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question

so that the conversation will remain readable.