<?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>Personal website of Dave Hope &#187; Group Policy</title>
	<atom:link href="http://davehope.co.uk/Blog/tag/group-policy/feed/" rel="self" type="application/rss+xml" />
	<link>http://davehope.co.uk</link>
	<description>Open source projects, sysadmin stuff and general geekage</description>
	<lastBuildDate>Tue, 18 May 2010 11:46:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Creating a deny by default SRP</title>
		<link>http://davehope.co.uk/Blog/software-restriction-policy/</link>
		<comments>http://davehope.co.uk/Blog/software-restriction-policy/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 12:58:12 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Group Policy]]></category>

		<guid isPermaLink="false">http://davehope.co.uk/Blog/creating-a-deny-by-default-srp/</guid>
		<description><![CDATA[Software Restriction Policies are a way of limiting what can be executed by a user. For more information see this page on technet. Basically, they allow you to limit what a user can run (No games etc). To create a basic Software restriction policy just follow the below guide. 1: Create the policy Firstly you [...]]]></description>
			<content:encoded><![CDATA[<p>Software Restriction Policies are a way of limiting what can be executed by a user. For more information see <a href="http://technet.microsoft.com/en-us/windowsvista/aa940985.aspx">this page on technet</a>. Basically, they allow you to limit what a user can run (No games etc). To create a basic Software restriction policy just follow the below guide.<br />
<span id="more-41"></span></p>
<p><strong>1: Create the policy</strong><br />
Firstly you need to create a default policy from which you can build, to do this follow the below steps:</p>
<ol>
<li>Create your group policy as per normal</li>
<li>When the policy editor is open (gpedit.msc) navigate to Computer Configuration -&gt; Windows Settings -&gt;Security Settings</li>
<li>Right click &#8220;Software Restriction Policies&#8221; and click &#8220;Create New Policies&#8221;</li>
</ol>
<p>At this point, you have a standard policy with nothing out of the ordinary.</p>
<p><strong>2: Set policy enforcement</strong><br />
Now that you have the policy, you need to set what the policy will apply to.</p>
<ol>
<li>Click &#8220;Software Restriction Policies&#8221; if not already selected</li>
<li>double-click &#8220;Enforcement&#8221;</li>
<li>Choose &#8220;All Software files&#8221; and &#8220;All users except local administrators&#8221;</li>
</ol>
<p><strong>3: Remove links from protection</strong><br />
By removing link files, you&#8217;re allowing start menu entries, desktop shortcuts etc to execute. Make sure you prevent users from creating shortcuts then though.</p>
<ol>
<li>Double click &#8220;Designated File Types&#8221;</li>
<li>Remove &#8220;LNK Shortcut&#8221; from the list and click OK</li>
</ol>
<div class="sponsoredWords">Reseller <a href="http://www.envisionwebhosting.com">web host</a>, shared and <a href="http://www.envisionwebhosting.com/dedicated-servers.htm">dedicated server</a> web hosting offered by different companies can be compared with our services. Our cheap web host services include the <a href="http://www.envisionwebhosting.com/domain-registration.htm">domain names</a>, seo tools and <a href="http://www.envisionwebhosting.com/web-design.php">web site design</a> templates.</div>
<p><strong>4: Enable policy</strong><br />
Now, we need to enable the policy (or rather, change it from unrestricted to restricted)</p>
<ol>
<li>Expand &#8220;Security Levels&#8221;</li>
<li>Right click &#8220;Disallowed&#8221; and choose &#8220;Set as default&#8221;</li>
<li>Click &#8220;Yes&#8221; to set the defact action to restrict</li>
</ol>
<p>If you then need to add exclusions to allow execution of programs etc, you can do that via the &#8220;Additional Rules&#8221; section.</p>
]]></content:encoded>
			<wfw:commentRss>http://davehope.co.uk/Blog/software-restriction-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying the Java runtime environment (J2RE)</title>
		<link>http://davehope.co.uk/Blog/deploying-the-java-runtime-environment-j2re/</link>
		<comments>http://davehope.co.uk/Blog/deploying-the-java-runtime-environment-j2re/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 11:29:32 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Software Deployment]]></category>

		<guid isPermaLink="false">http://davehope.co.uk/Blog/deploying-the-java-runtime-environment-j2re/</guid>
		<description><![CDATA[This post will try and walk you through deploying J2RE using Group Policy Software Deployment.Firstly, download &#8220;Java Runtime Environment (JRE) 6&#8243; from here, you&#8217;ll need the offline installer for this. Once downloaded, run it and an MSI will be extracted to your AppData folder, you can find it here: %HOMEPATH%\Local Settings\Application Data\{3248F0A6-6813-11D6-A77B-00B0D0150060} You then need [...]]]></description>
			<content:encoded><![CDATA[<p>This post will try and walk you through deploying J2RE using Group Policy Software Deployment.Firstly, download &#8220;Java Runtime Environment (JRE) 6&#8243; from <a href="http://java.sun.com/javase/downloads/?intcmp=1281">here</a>, you&#8217;ll need the offline installer for this. Once downloaded, run it and an MSI will be extracted to your AppData folder, you can find it here:</p>
<blockquote><p>%HOMEPATH%\Local Settings\Application Data\{3248F0A6-6813-11D6-A77B-00B0D0150060}</p></blockquote>
<p>You then need to create an MST using Orcas and MsiTran or <a title="J2RE Update 6 MST" href="http://davehope.co.uk/wp-content/uploads/2007/10/j2se-runtime-environment-50.mst">download mine</a>. All you need to change if you create your own transform is change the IEXPLORER Property from 0 to 1.</p>
<p>Then put the MSI and MST in your distribution share and simply assign the MSI and apply the transform as you would normally and you&#8217;re done.</p>
]]></content:encoded>
			<wfw:commentRss>http://davehope.co.uk/Blog/deploying-the-java-runtime-environment-j2re/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deploying Office 2007 File Format Converters</title>
		<link>http://davehope.co.uk/Blog/deploying-office-2007-file-format-converters/</link>
		<comments>http://davehope.co.uk/Blog/deploying-office-2007-file-format-converters/#comments</comments>
		<pubDate>Thu, 31 May 2007 08:49:36 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Software Deployment]]></category>

		<guid isPermaLink="false">http://davehope.co.uk/Beta/wordpress/Blog/deploying-office-2007-file-format-converters/</guid>
		<description><![CDATA[Since moving our network over to Office 2007 is a lot of work, and requires a fair ammount of user retraining I decided it best to just deploy the File Format Converters Microsoft realeased so that users with Office 2003 can open 2007 format documents. For reasoning unknown to me, Microsoft released them as an [...]]]></description>
			<content:encoded><![CDATA[<p>Since moving our network over to Office 2007 is a lot of work, and requires a fair ammount of user retraining I decided it best to just deploy the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=941b3470-3ae9-4aee-8f43-c6bb74cd1466&amp;displaylang=en">File Format Converters</a> Microsoft realeased so that users with Office 2003 can open 2007 format documents.</p>
<p>For reasoning unknown to me, Microsoft released them as an exe as opposed to an MSI so it&#8217;s a little work to get them to deploy via group policy (and ZAP is evil).</p>
<p>Extract FileFormatConerters.exe to somewhere useful like so:</p>
<p><samp>FileFormatConverters.exe /extract:\\nwtraders.msft\SoftwareDeployment\FileFormatConverters</samp></p>
<p>Once that&#8217;s done setup the software installation as per usual and then use the following WMI filter to restrict the install to systems with Office 2003 (since we don&#8217;t want to install it if they have office 2007)</p>
<p><samp>SELECT * FROM Win32_Product WHERE (Caption LIKE .Microsoft Office%2003%.)</samp></p>
]]></content:encoded>
			<wfw:commentRss>http://davehope.co.uk/Blog/deploying-office-2007-file-format-converters/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Apply Group policy to Windows XP and Windows Vista only</title>
		<link>http://davehope.co.uk/Blog/apply-group-policy-to-windows-xp-and-windows-vista-only/</link>
		<comments>http://davehope.co.uk/Blog/apply-group-policy-to-windows-xp-and-windows-vista-only/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 08:56:03 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Group Policy]]></category>

		<guid isPermaLink="false">http://davehope.co.uk/Beta/wordpress/Blog/apply-group-policy-to-windows-xp-and-windows-vista-only/</guid>
		<description><![CDATA[Had an issue at work today on my work network where I wanted to have a group policy object apply only when they login to their desktops and not member servers. SELECT * FROM Win32_OperatingSystem WHERE Caption LIKE '%Windows Vista%'OR Caption LIKE '%Windows XP%' By applying the above WMI filter to the group policy you [...]]]></description>
			<content:encoded><![CDATA[<p>Had an issue at work today on my work network where I wanted to have a group policy object apply only when they login to their desktops and not member servers.</p>
<pre>SELECT * FROM Win32_OperatingSystem WHERE Caption LIKE '%Windows Vista%'OR Caption LIKE '%Windows XP%'</pre>
<p>By applying the above WMI filter to the group policy you will restrict the policy to Windows XP and Windows Vista only.</p>
]]></content:encoded>
			<wfw:commentRss>http://davehope.co.uk/Blog/apply-group-policy-to-windows-xp-and-windows-vista-only/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
