How to check client membership for collections

Hi ,

Is there any easy way (query, report, properties tab) to check Client memberships for collections. We are facing a issues wherein we see more apps coming to the machine than what is deploy on the collection. We think , machine is a part of some more collections. We are looking for some way to find out what all collections contains this machine. Any pointers will be appreciates.

Thanks.

Regards

November 22nd, 2014 1:04am

some alternative methods:

http://blogs.technet.com/b/configurationmgr/archive/2009/08/24/how-to-find-the-collection-membership-information-of-a-specific-client-machine.aspx

http://eskonr.com/2009/07/sccm-report-computers-member-of-which-collection/

November 22nd, 2014 8:03pm

The easiest way to check one off collection membership for resources is with the right click tools.  Right click on the resource, and select Client Tools > Show Collections.



 

I hope that helps,

  

Nash

Free Windows Admin Tool Kit Click here and download it now
November 22nd, 2014 8:31pm

this SQL query can be used too.

Select 
	Coll.Name,
	Coll.CollectionID
from 
	dbo.v_FullCollectionMembership FCM
	join dbo.v_Collection Coll on FCM.CollectionID = Coll.CollectionID
Where 
	FCM.Name = 'M8'
order by
	Coll.Name,
	Coll.CollectionID

November 23rd, 2014 12:21pm

Hi,

Assets and Compliance\Overview\Devices

Devices Properties

All the deployments for the specific device will be listed on the Deployments Tab

Similarly:

Assets and Compliance\Overview\Users

User Properties

All the deployments for the specific user will be listed on the Deployments Tab

Based on your situation we recommend you verify the both place mentioned above.

Free Windows Admin Tool Kit Click here and download it now
November 23rd, 2014 10:51pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics