×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

SCCM 2012 Clients not reporting ball all installed software (SCEP)

SCCM 2012 Clients not reporting ball all installed software (SCEP)

SCCM 2012 Clients not reporting ball all installed software (SCEP)

(OP)
I have SCCM 2012 R2 deployed with System Center Endpoint Protection. The majority of PCs are working fine and reporting back to SCCM that SCEP is installed. I have a handful of machines that are not reporting back to SCCM that System Center Endpoint Protection is installed. I've reinstalled SCCM Configuration Manager client and SCEP client, but neither has worked. I need this to work as I have a SCEP Managed Device Collection created and these PCs are not showing up in it so they are not getting all the needed updates. Any ideas on how to force a client to send all installed programs to the SCCM server?

RE: SCCM 2012 Clients not reporting ball all installed software (SCEP)

(OP)
I found the cause of this. It was reporting into the v_GS_ADD_REMOVE_PROGRAMS_64 for those other computers and my WQL Collection was looking at v_GS_ADD_REMOVE_PROGRAMS view instead. Now I need to figure out a way to include them both in one WQL query.

This one does not work:

select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client
from SMS_R_System
inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId
inner join SMS_G_System_ADD_REMOVE_PROGRAMS_64 on SMS_G_System_ADD_REMOVE_PROGRAMS_64.ResourceID = SMS_R_System.ResourceID
where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName = "System Center Endpoint Protection" or SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName = "System Center Endpoint Protection"
order by SMS_R_System.Name

Any ideas?

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close