<?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>Do I need to update my server to support new policies? When do I need to separate policies?</title><link>http://blogs.technet.com/grouppolicy/archive/2008/11/19/do-i-need-to-update-my-server-to-support-new-policies-when-do-i-need-to-separate-policies.aspx</link><description>I just blogged about this very question over on my blog . Essentially the question we hear a lot is do I need to update Schema/Active Directory/Servers/functional modes etc to support a new client OS version. I wont revisit that Sometimes theres a need</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Do I need to update my server to support new policies? When do I need to separate policies?</title><link>http://blogs.technet.com/grouppolicy/archive/2008/11/19/do-i-need-to-update-my-server-to-support-new-policies-when-do-i-need-to-separate-policies.aspx#3163647</link><pubDate>Thu, 04 Dec 2008 05:01:01 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3163647</guid><dc:creator>aakash</dc:creator><description>&lt;p&gt;What is the most efficient WMI filter for the following groups of computers:&lt;/p&gt;
&lt;p&gt;1. Windows XP&lt;/p&gt;
&lt;p&gt;2. Windows Vista&lt;/p&gt;
&lt;p&gt;3. Windows XP and Windows Vista&lt;/p&gt;
&lt;p&gt;Hopefully it won't be so difficult to create, what should be simple, WMI filters like this in future versions of Windows.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
</description></item><item><title>WMI Filters</title><link>http://blogs.technet.com/grouppolicy/archive/2008/11/19/do-i-need-to-update-my-server-to-support-new-policies-when-do-i-need-to-separate-policies.aspx#3169352</link><pubDate>Tue, 16 Dec 2008 03:19:54 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3169352</guid><dc:creator>whitenoiz</dc:creator><description>&lt;p&gt;For aakash...&lt;/p&gt;
&lt;p&gt;I have been using the following two filters for XP and Vista for some time now, they work fine.&lt;/p&gt;
&lt;p&gt;Namespace for both filters: root\CIMv2&lt;/p&gt;
&lt;p&gt;XP: Select * FROM Win32_OperatingSystem WHERE Caption=&amp;quot;Microsoft Windows XP Professional&amp;quot;&lt;/p&gt;
&lt;p&gt;VISTA: select * from Win32_OperatingSystem where Caption like '%Vista%'&lt;/p&gt;
&lt;p&gt;Steve.&lt;/p&gt;
</description></item><item><title>re: Do I need to update my server to support new policies? When do I need to separate policies?</title><link>http://blogs.technet.com/grouppolicy/archive/2008/11/19/do-i-need-to-update-my-server-to-support-new-policies-when-do-i-need-to-separate-policies.aspx#3175878</link><pubDate>Fri, 02 Jan 2009 22:24:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3175878</guid><dc:creator>aakash</dc:creator><description>&lt;p&gt;whitenoiz: Thanks for the info. &amp;nbsp;I currently use this for Vista:&lt;/p&gt;
&lt;p&gt;SELECT Version, ProductType FROM Win32_OperatingSystem WHERE Version &amp;gt;= '6' AND Version &amp;lt; '7' AND ProductType = '1'&lt;/p&gt;
&lt;p&gt;This is what I use for XP:&lt;/p&gt;
&lt;p&gt;Select * from WIN32_OperatingSystem where ServicePackMajorVersion&amp;gt;=2 and Version='5.1.2600'&lt;/p&gt;
&lt;p&gt;I didn't use the &amp;quot;like&amp;quot; operator because I heard that this can cause a performance issues. &amp;nbsp;I unfortunately don't recall the source of this information. &amp;nbsp;But, perhaps someone from MS can confirm this.&lt;/p&gt;
</description></item><item><title>re: Do I need to update my server to support new policies? When do I need to separate policies?</title><link>http://blogs.technet.com/grouppolicy/archive/2008/11/19/do-i-need-to-update-my-server-to-support-new-policies-when-do-i-need-to-separate-policies.aspx#3202031</link><pubDate>Sat, 14 Feb 2009 01:23:44 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3202031</guid><dc:creator>Fred Mackie</dc:creator><description>&lt;p&gt;Don't forget the excellent TechNet webcasts on &lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/events/series/grouppolicy.aspx"&gt;http://www.microsoft.com/events/series/grouppolicy.aspx&lt;/a&gt;.&lt;/p&gt;
</description></item></channel></rss>