<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>System Management &#187; Collections</title>
	<atom:link href="http://systemmanagement.ro/blog/category/collections/feed/" rel="self" type="application/rss+xml" />
	<link>http://systemmanagement.ro/blog</link>
	<description>Discussions about system management technologies. Including, but not limited to, ConfigMgr, WDS, MDT, WSUS, Forefront, VMM, Hyper-V etc.</description>
	<lastBuildDate>Mon, 29 Mar 2010 05:43:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Create collection with all Windows XP SP 1-2-3 systems</title>
		<link>http://systemmanagement.ro/blog/2009/08/24/create-collection-with-all-windows-xp-sp-1-2-3-systems/</link>
		<comments>http://systemmanagement.ro/blog/2009/08/24/create-collection-with-all-windows-xp-sp-1-2-3-systems/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 06:48:47 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Collections]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/08/24/create-collection-with-all-windows-xp-sp-1-2-3-systems/</guid>
		<description><![CDATA[For the one who searched for these… To create a collection with all Windows XP SP1 systems, use the query bellow: 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_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.Caption like &#34;%Windows XP%&#34; and SMS_G_System_OPERATING_SYSTEM.CSDVersion = &#34;Service Pack 1&#34; Similarly, to create a collection with all Windows [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/08/24/create-collection-with-all-windows-xp-sp-1-2-3-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a collection with all x64 systems</title>
		<link>http://systemmanagement.ro/blog/2009/03/16/create-a-collection-with-all-x64-systems/</link>
		<comments>http://systemmanagement.ro/blog/2009/03/16/create-a-collection-with-all-x64-systems/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 07:55:07 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Collections]]></category>
		<category><![CDATA[Query]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/03/16/create-a-collection-with-all-x64-systems/</guid>
		<description><![CDATA[As I have some free time, I’m testing different things with SCCM, mainly in creating different collections that I might need. Bellow you can find the query that will show you all x64 systems, client and server operating systems. 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_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceId = SMS_R_System.ResourceId [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/03/16/create-a-collection-with-all-x64-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a collection with all mobile (laptops, notebooks, portable) systems</title>
		<link>http://systemmanagement.ro/blog/2009/03/09/create-a-collection-with-all-mobile-laptops-notebooks-portable-systems/</link>
		<comments>http://systemmanagement.ro/blog/2009/03/09/create-a-collection-with-all-mobile-laptops-notebooks-portable-systems/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 00:27:42 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Collections]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Query]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/03/09/create-a-collection-with-all-mobile-laptops-notebooks-portable-systems/</guid>
		<description><![CDATA[Someone just asked how to create a collection with all laptop computers? Well, if there is a good naming convention on site, this query will be easy to make even for me But, otherwise, we need to use chassis type value because laptops and notebooks are not the same things. The full list with chassis [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/03/09/create-a-collection-with-all-mobile-laptops-notebooks-portable-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a collection with systems without Adobe Reader 9</title>
		<link>http://systemmanagement.ro/blog/2009/03/01/create-a-collection-with-systems-without-adobe-reader-9/</link>
		<comments>http://systemmanagement.ro/blog/2009/03/01/create-a-collection-with-systems-without-adobe-reader-9/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 16:49:34 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Collections]]></category>
		<category><![CDATA[Adobe Reader]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/03/01/create-a-collection-with-systems-without-adobe-reader-9/</guid>
		<description><![CDATA[Recently, I needed a collection with all computers that do not have Adobe Reader 9 installed. I created a collection with this query: SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%Adobe Reader 9%". Everything was fine except the fact that my computer was also listed, despite the fact that I have Adobe Reader 9 installed. Well, I’m not an [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/03/01/create-a-collection-with-systems-without-adobe-reader-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
