<?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>My-Technet &#187; Group Policy</title>
	<atom:link href="http://my-technet.com/index.php/tag/group-policy/feed/" rel="self" type="application/rss+xml" />
	<link>http://my-technet.com</link>
	<description>Where I Save What I Will Forget</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:00:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Deploy BGInfo with a Group Policy and WMI Filter</title>
		<link>http://my-technet.com/index.php/group-policy/deploy-bginfo-with-a-group-policy-and-wmi-filter/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/group-policy/deploy-bginfo-with-a-group-policy-and-wmi-filter/#comments</comments>
		<pubDate>Mon, 24 May 2010 18:13:46 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[Group Policy]]></category>

		<guid isPermaLink="false">http://my-technet.com/index.php/microsoft/activedirectory/grouppolicy/deploy-bginfo-with-a-group-policy-and-wmi-filter/</guid>
		<description><![CDATA[Create a new WMI Filter from the Group Policy Management Console. &#160; Add a new filter using Namespace root\CIMv2 Select<a href="http://my-technet.com/index.php/group-policy/deploy-bginfo-with-a-group-policy-and-wmi-filter/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Create a new WMI Filter from the Group Policy Management Console.</p>
<p>&#160;</p>
<p>Add a new filter using Namespace root\CIMv2</p>
<p>Select * from Win32_OperatingSystem Where Caption Like &quot;%Windows% %Server%”</p>
<p><a href="http://my-technet.com/wp-content/uploads/2010/05/image.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://my-technet.com/wp-content/uploads/2010/05/image_thumb.png" width="396" height="288" /></a> </p>
<p>&#160;</p>
<p>Test the WMI filter – Example: wmic path Win32_OperatingSystem Where Caption Like &quot;%Windows% %Server% get Caption</p>
<p>&#160;</p>
<p>Create a new batch file in the netlogon folder and save the file.</p>
<p>@ECHO OFF </p>
<p>REM * Deploy and Config BGINFO *   <br />if exist %systemroot%\bginfo.exe goto tools    <br />copy &quot;\\DOMAINNAME\netlogon\bginfo\BGINFO.EXE&quot; %SYSTEMROOT% /Y    <br />:tools    <br />start %SYSTEMROOT%\bginfo.exe /i&quot;\\DOMAINNAME\netlogon\bginfo\bginfo.bgi&quot; /timer:0 /silent /NOLICPROMPT</p>
<p>&#160;</p>
<p>Copy BGINFO.EXE to a folder named BGINFO on the NETLOGON share.</p>
<p>Save the BGInfo.bgi config to the same folder.</p>
<p>&#160;</p>
<p>Create a new GPO for a User Logon Script and point to the batch file created above and use the WMI Filter on this GPO.</p>
]]></content:encoded>
			<wfw:commentRss>http://my-technet.com/index.php/group-policy/deploy-bginfo-with-a-group-policy-and-wmi-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure a GPO WMI Filter for Office 2000, XP, or 2003</title>
		<link>http://my-technet.com/index.php/group-policy/configure-a-gpo-wmi-filter-for-office-2000-xp-or-2003/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/group-policy/configure-a-gpo-wmi-filter-for-office-2000-xp-or-2003/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 00:50:20 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[Group Policy]]></category>

		<guid isPermaLink="false">http://my-technet.com/index.php/microsoft/activedirectory/grouppolicy/configure-a-gpo-wmi-filter-for-office-2000-xp-or-2003/</guid>
		<description><![CDATA[SELECT * FROM Win32_Product WHERE Caption LIKE “Microsoft Office%2003%” OR Caption LIKE “Microsoft Office%2000%” OR Caption LIKE “Microsoft Office%XP%”]]></description>
			<content:encoded><![CDATA[<p>SELECT * FROM Win32_Product WHERE Caption LIKE “Microsoft Office%2003%” OR Caption LIKE “Microsoft Office%2000%” OR Caption LIKE “Microsoft Office%XP%” </p>
]]></content:encoded>
			<wfw:commentRss>http://my-technet.com/index.php/group-policy/configure-a-gpo-wmi-filter-for-office-2000-xp-or-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create a Custom Power Plan for Windows 7 via GPO</title>
		<link>http://my-technet.com/index.php/microsoft/windows-7/how-to-create-a-custom-power-plan-for-windows-7-via-gpo/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/microsoft/windows-7/how-to-create-a-custom-power-plan-for-windows-7-via-gpo/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 00:45:56 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://my-technet.com/index.php/microsoft/activedirectory/grouppolicy/how-to-create-a-custom-power-plan-for-windows-7-via-gpo/</guid>
		<description><![CDATA[How to Configure Power Settings for Windows 7 PCs via Group Policy If server is Windows 2008 (R1) the following<a href="http://my-technet.com/index.php/microsoft/windows-7/how-to-create-a-custom-power-plan-for-windows-7-via-gpo/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>How to Configure Power Settings for Windows 7 PCs via Group Policy</p>
<p>If server is Windows 2008 (R1) the following steps need to be taken:</p>
<p>1:&#160; Copy the “Policy Definitions” folder on a Windows 7 PC from the C:\Windows directory to <a href="file:///\\Domain.local\SYSVOL\Policies#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">\\Domain.local\SYSVOL\Policies</a> Folder.</p>
<p>2:&#160; On a Windows 7 PC download and install RSAT (Remote Server Administration Tools) for Windows 7.</p>
<p>From a Windows 2008 R2 server or the Windows 7 PC with RSAT installed:</p>
<p>1: Create a New GPO.</p>
<p>2: Navigate to “Computer Configuration\Preferences\Control Panel Settings\Power Options”</p>
<p>3: Right Click and Create new “Power Plan (Windows Vista and later)”</p>
<p><a href="http://my-technet.com/wp-content/uploads/2010/02/clip_image002.gif#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://my-technet.com/wp-content/uploads/2010/02/clip_image002_thumb.gif" width="372" height="249" /></a></p>
<p>4: Change the Action to “New” and name the Policy. </p>
<p>5: Configure the power settings.</p>
<p><a href="http://my-technet.com/wp-content/uploads/2010/02/clip_image003.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://my-technet.com/wp-content/uploads/2010/02/clip_image003_thumb.jpg" width="369" height="408" /></a></p>
<p>6:&#160; Make sure the Group Policy is applied to the correct OU.&#160; Close the Group Policy Manger.</p>
<p>7:&#160; From a Windows 7 PC.&#160; Update Group Policy with the “gpupdate /force” command.</p>
<p>8:&#160; Find the power scheme you just created by using the “powercfg /list” command.&#160; </p>
<p>9:&#160; Copy the GUID of the power scheme.</p>
<p><a href="http://my-technet.com/wp-content/uploads/2010/02/clip_image005.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image005" border="0" alt="clip_image005" src="http://my-technet.com/wp-content/uploads/2010/02/clip_image005_thumb.jpg" width="374" height="194" /></a></p>
<p>10:&#160; Open the Group Policy Management Console again and edit GPO you created for the Windows 7 Power Settings.</p>
<p>11:&#160; Navigate to: Computer Configuration\Policies\Administrative Templates\System\Power Management\Specify a Custom Active Power Plan</p>
<p>12:&#160; Enable the Policy and Paste your GUID into the Options.</p>
<p><a href="http://my-technet.com/wp-content/uploads/2010/02/clip_image006.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://my-technet.com/wp-content/uploads/2010/02/clip_image006_thumb.jpg" width="385" height="353" /></a></p>
<p>13: After Group Policy updates the PC’s Power Settings should look like this:</p>
<p><a href="http://my-technet.com/wp-content/uploads/2010/02/clip_image007.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image007" border="0" alt="clip_image007" src="http://my-technet.com/wp-content/uploads/2010/02/clip_image007_thumb.jpg" width="386" height="233" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://my-technet.com/index.php/microsoft/windows-7/how-to-create-a-custom-power-plan-for-windows-7-via-gpo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Documents and Desktop Redirection NTFS and Share Permission Requirements</title>
		<link>http://my-technet.com/index.php/group-policy/my-documents-and-desktop-redirection-ntfs-and-share-permission-requirements/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/group-policy/my-documents-and-desktop-redirection-ntfs-and-share-permission-requirements/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 05:20:19 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[Group Policy]]></category>

		<guid isPermaLink="false">http://my-technet.com/?p=6</guid>
		<description><![CDATA[For folder redirection to work properly, the destination shared folder NTFS and Share Permissions must be properly configured.  If redirecting<a href="http://my-technet.com/index.php/group-policy/my-documents-and-desktop-redirection-ntfs-and-share-permission-requirements/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>For folder redirection to work properly, the destination shared folder NTFS and Share Permissions must be properly configured.  If redirecting a folder to a location that the end user should not change, i.e. the Start Menu or Locked Down Desktop the following permissions should be applied:</p>
<ul>
<li>Share Permissions:
<ul>
<li>Everyone – Full Control</li>
<li>Administrators – Full Control</li>
<li>System – Full Control</li>
</ul>
</li>
<li>NTFS Permissions:
<ul>
<li>Everyone – Read and Execute</li>
<li>Administrators – Full Control</li>
<li>System – Full Control</li>
</ul>
</li>
</ul>
<p>If Group Policy is configured to redirect to a location where the GPO will automatically create the destination folder, i.e. user’s individual Application Data, Desktop or My Documents folders the following permissions should be applied to the parent folder:</p>
<ul>
<li>Share Permissions:
<ul>
<li>Everyone – Full Control</li>
<li>Administrators – Full Control</li>
<li>System – Full Control</li>
</ul>
</li>
<li>NTFS Permissions:
<ul>
<li>Everyone &#8211; Create Folder/Append Data (This Folder Only)</li>
<li>Everyone &#8211; List Folder/Read Data (This Folder Only)</li>
<li>Everyone &#8211; Read Attributes (This Folder Only)</li>
<li>Everyone &#8211; Traverse Folder/Execute File (This Folder Only)</li>
<li>CREATOR OWNER &#8211; Full Control (Subfolders and Files Only)</li>
<li>System &#8211; Full Control (This Folder, Subfolders and Files)</li>
<li>Domain Admins &#8211; Full Control (This Folder, Subfolders and Files)</li>
</ul>
</li>
</ul>
<p>It’s important to note that when redirecting folders such as My Documents to a location that already exists, i.e. the User’s Home Folder there is another setting to consider, ownership. If the user is not the owner of the destination directory, folder redirection will fail with the default Folder Redirection settings. When this is the case, one must deselect “Grant the user exclusive rights to My Documents”</p>
]]></content:encoded>
			<wfw:commentRss>http://my-technet.com/index.php/group-policy/my-documents-and-desktop-redirection-ntfs-and-share-permission-requirements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
