<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How To Find the Collection Membership Information of a specific Client Machine</title><link>http://blogs.technet.com/b/configurationmgr/archive/2009/08/24/how-to-find-the-collection-membership-information-of-a-specific-client-machine.aspx</link><description>Many times during the course of troubleshooting you may come across a situation where you need to find out how many Collections a specific Client machine is a member of. Here is how you can find that information, along with the Collection Names and the</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How To Find the Collection Membership Information of a specific Client Machine</title><link>http://blogs.technet.com/b/configurationmgr/archive/2009/08/24/how-to-find-the-collection-membership-information-of-a-specific-client-machine.aspx#3276712</link><pubDate>Tue, 25 Aug 2009 18:14:53 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3276712</guid><dc:creator>Christoph Voigt</dc:creator><description>&lt;p&gt;Using WQL you can use one of these two queries:&lt;/p&gt;
&lt;p&gt;1) displays all collection memberships (like the SQL syntax above)&lt;/p&gt;
&lt;p&gt;SELECT * from SMS_CollectionMember_a where ResourceID='system-resourceID'&lt;/p&gt;
&lt;p&gt;2) displays only membership in collections that do have an advertisement attached&lt;/p&gt;
&lt;p&gt;SELECT * from SMS_ClientAdvertisementStatus where ResourceID ='system-resourceID'&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3276712" width="1" height="1"&gt;</description></item></channel></rss>