SMS\SCCM Health Check
Log In or Register to download the BES file, and more.

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

ID112
StatusQA - Ready for Production Level Testing
TitleSMS\SCCM Health Check
DomainBESC
Keywordssms, sccm, health check, analysis
Added by on 5/16/2013 2:17:43 PM
Last Modified by on 5/16/2013 2:17:43 PM
Counters 12567 Views / 102 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * 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
Show indented relevance
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
Show indented relevance
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>"
Operating system
Period 1 day
 
  * Results in a true/false
Show indented relevance
operating system
User Name
Period Every Report
 
  * Results in a true/false
Show indented relevance
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
Show indented relevance
exists (operating system) whose (it as string as lowercase contains "Win" as lowercase)

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
Christopher Luther -
@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.
AlexCSUEB -
This doesn't work for me; shows no Applicable Computers this is from 2013 so might be why
themode -
Excellent. That works.
Christopher Luther -
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.
Christopher Luther -
My bad: the version should be cast into a string. I will fix this and upload a new analysis soonest.
themode -
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.
Christopher Luther -
This analysis was originally developed by Branden Wood and later modernized/enhanced by me.