SMS\SCCM Health Check
0 Votes |
Description
This Analysis will return the status of the SMS\SCCM client on each targeted endpoint. The analysis queries the CCmExec Windows service to determine if it exists and if it is running.
In addition, the operating system and current user name will also be displayed.
Property Details
112 | |
QA - Ready for Production Level Testing | |
SMS\SCCM Health Check | |
BESC | |
sms, sccm, health check, analysis | |
Christopher Luther on 5/16/2013 2:17:43 PM | |
Christopher Luther on 5/16/2013 2:17:43 PM | |
12567 Views / 102 Downloads | |
* Average over 2 ratings. ** Log In or Register to add your rating. |
Properties
SMS\SCCM Health Check
Period
Every Report
* Results in a true/false |
if not exists service "CCmExec" then "SMS\SCCM not installed" else if exists service "CCmExec" then if exists running service "CCmExec" then "SMS\SCCM installed and running" else "SMS\SCCM installed but not running" else "<unknown>"
SMS\SCCM Version
Period
Every Report
* Results in a true/false |
if not exists service "CCmExec" then "<n/a>" else if exists service "CCmExec" whose (exists version of it) then version of service "CCmExec" else "<unknown>"
User Name
Period
Every Report
* Results in a true/false |
if exists true whose (if true then exists logged on user else false) then names of logged on users else if exists current user then name of current user else "<none>"
Relevance
Used in 1 analsis | * Results in a true/false |
exists (operating system) whose (it as string as lowercase contains "Win" as lowercase)
Sharing
Social Media: |
Comments
|
|
@AlexCSUEB The applicability relevance for the analysis only checks for Windows computers. That is, 'exists (operating system) whose (it as string as lowercase contains "Win" as lowercase)'. So if you see no computers being relevant for the analysis, you should look to see what computers are subscribed to the custom site where the analysis resides. |
|
|
This doesn't work for me; shows no Applicable Computers this is from 2013 so might be why |
|
|
Excellent. That works. |
|
|
I am having problems w/ the site allowing me to upload a new analysis. So if you replace ' version of service "CCmExec" ' with ' (version of service "CCmExec" as string) ', you should be all set to go. |
|
|
My bad: the version should be cast into a string. I will fix this and upload a new analysis soonest. |
|
|
The SMS/SCCM version returns an error for our installation. Placing the cursor over the error shows Incompatible Types. Any idea why this is happening? Thanks. |
|
|
This analysis was originally developed by Branden Wood and later modernized/enhanced by me. |