<?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>IT Log &#187; group policy</title>
	<atom:link href="http://itlog.cz/rubriky/group-policy/feed/" rel="self" type="application/rss+xml" />
	<link>http://itlog.cz</link>
	<description>Information Technology</description>
	<lastBuildDate>Sat, 19 May 2012 17:24:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Group Policy: WMI Filter &#8211; Windows Versions</title>
		<link>http://itlog.cz/2011/01/13/group-policy-wmi-filter-windows-versions/</link>
		<comments>http://itlog.cz/2011/01/13/group-policy-wmi-filter-windows-versions/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 18:31:13 +0000</pubDate>
		<dc:creator>Stanislav Jermář</dc:creator>
				<category><![CDATA[admin]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[WMI]]></category>
		<category><![CDATA[wmi]]></category>

		<guid isPermaLink="false">http://itlog.cz/2011/01/13/group-policy-wmi-filter-windows-versions/</guid>
		<description><![CDATA[Filtry pro vymezení politiky (zásady skupiny) pouze na konkrétní počítače podle verze operačního systému (version) nebo podle typu (productType). Použijeme WMI Filter, například pro počítače s Windows 7 to bude: select * from Win32_OperatingSystem where Version like &#34;6.1%&#34; and ProductType = &#34;1&#34; Podmínky pro další operační systémy: Operating system Version Windows 7 Version like &#34;6.1%&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>Filtry pro vymezení politiky (zásady skupiny) pouze na konkrétní počítače podle verze operačního systému (version) nebo podle typu (productType). Použijeme WMI Filter, například pro počítače s Windows 7 to bude:</p>
<p>select * from Win32_OperatingSystem where Version like &quot;6.1%&quot; and ProductType = &quot;1&quot;</p>
<p>Podmínky pro další operační systémy:</p>
<table border="1" cellspacing="0" cellpadding="3" width="661">
<tbody>
<tr>
<td valign="top" width="203"><strong>Operating system</strong></td>
<td valign="top" width="456"><strong>Version</strong></td>
</tr>
<tr>
<td valign="top" width="206">Windows 7</td>
<td valign="top" width="454">Version like &quot;6.1%&quot; and ProductType = &quot;1&quot;</td>
</tr>
<tr>
<td valign="top" width="208">Windows Vista</td>
<td valign="top" width="453">Version like &quot;6.0%&quot; and ProductType = &quot;1&quot;</td>
</tr>
<tr>
<td valign="top" width="209">Windows XP</td>
<td valign="top" width="452">(Version like &quot;5.1%&quot; or Version like &quot;5.2%&quot;) and ProductType = &quot;1&quot;</td>
</tr>
<tr>
<td valign="top" width="210">Windows 2008</td>
<td valign="top" width="451">Version like &quot;6.0%&quot; and ProductType = &quot;3&quot;</td>
</tr>
<tr>
<td valign="top" width="211">Windows 2008 R2</td>
<td valign="top" width="451">Version like &quot;6.1%&quot; and ProductType = &quot;3&quot;</td>
</tr>
<tr>
<td valign="top" width="211">Windows 2003</td>
<td valign="top" width="451">Version like &quot;5.2%&quot; and ProductType = &quot;3&quot;</td>
</tr>
</tbody>
</table>
<p>Hodnoty <strong>ProductType</strong> znamenají:</p>
<table border="1" cellspacing="0" cellpadding="3" width="326">
<tbody>
<tr>
<td valign="top" width="137"><strong>ProductType</strong></td>
<td valign="top" width="187"><strong>Version</strong></td>
</tr>
<tr>
<td valign="top" width="139">1</td>
<td valign="top" width="185">client</td>
</tr>
<tr>
<td valign="top" width="141">2</td>
<td valign="top" width="184">domain controller (server)</td>
</tr>
<tr>
<td valign="top" width="142">3</td>
<td valign="top" width="184">server</td>
</tr>
</tbody>
</table>
<p>Script Center uvádí v galerii skriptů funkci pro PowerShell pro “automatické” vytvoření asi dvaceti filtrů WMI &#8211; <a href="http://gallery.technet.microsoft.com/scriptcenter/en-us/f1491111-9f5d-4c83-b436-537eca9e8d94" target="_blank">Using Powershell to Automatically Create WMI Filters</a></p>
]]></content:encoded>
			<wfw:commentRss>http://itlog.cz/2011/01/13/group-policy-wmi-filter-windows-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

