<?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>Windows Server Administration &#187; Group Policy</title>
	<atom:link href="http://www.msserveradmin.com/category/group-policy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.msserveradmin.com</link>
	<description>Server Administration Articles and Tips for Network Admins</description>
	<lastBuildDate>Wed, 04 Mar 2009 03:10:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting Default Printers with Group Policy Preferences</title>
		<link>http://www.msserveradmin.com/deploy-printers-via-group-policy/</link>
		<comments>http://www.msserveradmin.com/deploy-printers-via-group-policy/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 02:03:55 +0000</pubDate>
		<dc:creator>Daniel Anderson</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.msserveradmin.com/?p=453</guid>
		<description><![CDATA[

Had an interesting question from a reader in response to setting a default printer with Group Policy Preferences that I thought I would share.
Question was:
If you set a user general default printer like the main office copier but also set a location printer preference like the library copier using the loop back policy will it [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right; margin:5px;">
<a href="http://www.msserveradmin.com/wp-content/uploads/2009/02/grouppolicy.jpg"><img src="http://www.msserveradmin.com/wp-content/uploads/2009/02/grouppolicy-300x172.jpg" alt="grouppolicy" title="grouppolicy" width="300" height="172" class="aligncenter size-medium wp-image-459" /></a></div>
<p>Had an interesting question from a reader in response to <a href="http://www.msserveradmin.com/the-one-reason-you-should-use-group-policy-preferences/">setting a default printer with Group Policy Preferences</a> that I thought I would share.</p>
<p>Question was:<br />
<em><strong>If you set a user general default printer like the main office copier but also set a location printer preference like the library copier using the loop back policy will it over ride the general default printer preference?</p>
<p>Do I merge or replace?</strong></em><br />
<span id="more-453"></span></p>
<p>I decided to test this out as I have not come across this. Here is what I found, if you have a User Policy that is creating a printer connection and setting it as the default and you also have, using <strong>Loopback Policy Processing</strong> in <strong>Merge Mode</strong>, another User Policy being applied, this will override the first User Policy Settings. Both printers will be installed, but the default printer will be set to the one specified in the policy that has the loopback.</p>
<p><strong>Note:</strong> I tested this on a client that has no printers installed</p>
<p>If Loopback Processing is in Replace Mode then the User Settings in that policy will <strong>&#8220;Replace&#8221;</strong> the settings in the other policy. Therefore only one printer will be installed and it will be set as default.</p>
<p>Hope that helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.msserveradmin.com/deploy-printers-via-group-policy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Using Group Policy Prefernces to Map Drives</title>
		<link>http://www.msserveradmin.com/using-group-policy-prefernces-to-map-drives/</link>
		<comments>http://www.msserveradmin.com/using-group-policy-prefernces-to-map-drives/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 00:38:43 +0000</pubDate>
		<dc:creator>Daniel Anderson</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.msserveradmin.com/?p=439</guid>
		<description><![CDATA[The other day I wrote an article on how I use Group Policy Preferences to Deploy Printers and Set the Default Printer. Today I wanted to share with you how I go about mapping network drives to particular users based on their AD DS Group Memberships. In days gone by this was don via a [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I wrote an article on how I use <a href="http://www.msserveradmin.com/the-one-reason-you-should-use-group-policy-preferences/">Group Policy Preferences to Deploy Printers and Set the Default Printer</a>. Today I wanted to share with you how I go about mapping network drives to particular users based on their AD DS Group Memberships. In days gone by this was don via a vbs login in script, but let me show you how this can be done via GPP.</p>
<p>Simple scenario, we have a group of Media students that need a drive mapped to a different &#8220;Media Backup Server&#8221;, so what I have done is put these students into and Active Directory Group called &#8220;Media Students&#8221;.</p>
<p>So in my Students GPO I simply went to <strong>User Configuration > Preferences > Windows Settings > Drive Maps</strong></p>
<p><img src="http://www.msserveradmin.com/wp-content/uploads/2009/02/mapped_drives1.png" alt="mapped_drives1" title="mapped_drives1" width="220" height="301" class="aligncenter size-full wp-image-441" /><br />
<span id="more-439"></span><br />
Right Click Drive Maps and select <strong>New > Mapped Drive</strong> Select Create from the drop down menu, enter the path to the share (eg. \\server\share ), I have created folders that relate to the students username therefore I used the %username% variable, select the Drive Letter.</p>
<p><a href="http://www.msserveradmin.com/wp-content/uploads/2009/02/new_drive.png"><img src="http://www.msserveradmin.com/wp-content/uploads/2009/02/new_drive-271x300.png" alt="new_drive" title="new_drive" width="271" height="300" class="aligncenter size-medium wp-image-444" /></a></p>
<p>Then from the Common tab up the top tick <strong>Item Level Targeting</strong>, from the New Item Menu select <strong>Security Group</strong>, make sure User In Group is selected in the bottom window and browse for the Security Group that the user must be a member of.</p>
<p><a href="http://www.msserveradmin.com/wp-content/uploads/2009/02/item_targeting.png"><img src="http://www.msserveradmin.com/wp-content/uploads/2009/02/item_targeting-300x218.png" alt="item_targeting" title="item_targeting" width="300" height="218" class="aligncenter size-medium wp-image-445" /></a></p>
<p>All Done, now all students that are a member of the Media Security Group will get an M Drive Mapped.</p>
<p>Cheers</p>
<p>Daniel Anderson<br />
<strong>Loving Group Policy Preferences</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.msserveradmin.com/using-group-policy-prefernces-to-map-drives/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
