I have a few collections, but not all PC's in those collections are listed in "All Desktop and Server Clients".

I have a few collections, but not all PC's in those collections are listed in "All Desktop and Server Clients". Does anyone happen to know the reason for this? It should have at least the same number of clients as the largest collection.
Thanks,
James
James A+, Network+, MCP

Hi James,
The All Desktops and Server collection only contains devices that show client=yes.
Meaning the Configuration Manager client is installed on those devices.
This WQL query will give you a collection of all devices that do not have the client installed.
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 where (SMS_R_System.Client is null or SMS_R_System.Client = 0) and SMS_R_System.Name != 'Unknown'
Another handy collection is all clients that are inactive (No communication for the default 7+ days)
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_CH_ClientSummary on SMS_G_System_CH_ClientSummary.ResourceId = SMS_R_System.ResourceId where SMS_G_System_CH_ClientSummary.ClientActiveStatus = 0
I normally create both and then a third collection of all devices and exclude the above two which should show you all healthy devices.
Have a look at the ccmsetup.log file on the client if it has attempted to install the ConfigMgr client but failed.

Similar Messages

Maybe you are looking for

  • How do I get my apple ids correct?

    I have 2 apple ids but want to consolidate to my .me only as the original email id is no longer valid. My phone is on the .me id and everything else on the old id. As a result I can't download anything to my phone without syncing to my computer. I wa

  • Newly installed OS 10.3.1.1565 - Where have all my Access Points gone?

    I have a 2 access points at home, 1 is my original modem, and the other is my Dual Channel Netgear router. This provides access points on the 2.4Ghz channel and on the 5Ghz channel - all of which you can give different access point names and security

  • Images are not displaying in the forms run time.

    Hello All, I am using forms 10.1.2.3.0 and database 11g in the windows XP platform. I am not able to see the images in the buttons at the run time. I have done the following setup for the same but still I am not able to display images in the buttons.

  • Sun Java 1.4.2 and MS JVM

    A customer has MSJVM loaded on their win2000 server running SP4. In order to run our application, sun java 1.4.2_07 needs to be loaded. After loading 1.4.2_07, whatever java applet I am trying to load hangs. The screen locks up, and the status bar se

  • ABAP Statistics BI Reporting via CCMSBISETUP

    Hello together, I am using ABAP-Statistics BI-Reporting after running CCMSBISETUP on Solution Manager 7.0 EHP1(BI Content 7.04, PI Basis 7.01 Level 0004). Primarily I want to make analyses based on the Infoprovider 0CCMSATIM (time profile). During ex