<?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; Windows Vista</title>
	<atom:link href="http://www.msserveradmin.com/category/windows-vista/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>The One Reason You Should Use Group Policy Preferences</title>
		<link>http://www.msserveradmin.com/the-one-reason-you-should-use-group-policy-preferences/</link>
		<comments>http://www.msserveradmin.com/the-one-reason-you-should-use-group-policy-preferences/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 04:38:01 +0000</pubDate>
		<dc:creator>Daniel Anderson</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.msserveradmin.com/?p=421</guid>
		<description><![CDATA[The job of deploying printers and setting default printers has been quite simply a pain in the butt. Well automating the default printer has been anyway. Now if you are like me and work in an educational environment where there are computer labs, left right and center, libraries, staff notebooks (separated on different campuses), student [...]]]></description>
			<content:encoded><![CDATA[<p>The job of <strong>deploying printers</strong> and <strong>setting default printers</strong> has been quite simply a pain in the butt. Well automating the default printer has been anyway. Now if you are like me and work in an educational environment where there are computer labs, left right and center, libraries, staff notebooks (separated on different campuses), student notebooks etc etc and users all wanting to print to specific printers and of course people not wanting to select the correct one from a list of printers then read on.</p>
<h2>Use Group Policy Preferences !!!</h2>
<p>In the past I have used the Print Management Console to deploy the printers via Group Policy, now that did work very well, but there was still the <strong>&#8220;overlooked&#8221;</strong> problem of being able to set the default printer. To get around this what I used to do was to name the computers in a certain way and then have a vbs script that would get the name of the printer and then set the default based on the computer name.</p>
<p>I was reading an article by GPO Guru Derek Melber about the new <a href="Windows Server 2008 and Windows Vista brought">Group Policy Preferences that come with Windows Server 2008 and Windows Vista</a> and thought I would explore this option. </p>
<p>To start off your client will need the Group Policy Preference Client Side Extensions both <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e60b5c8f-d7dc-4b27-a261-247ce3f6c4f8&#038;displaylang=en">XP </a>and <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ab60dc87-884c-46d5-82cd-f3c299dac7cc&#038;displaylang=en">Vista Clients</a> need these. Now you can manually download these and install via a computer startup script via Group Policy or if you have a WSUS Server then you can make this <strong>&#8220;Feature Pack&#8221;</strong> available via Windows Updates (this is the option I took, less work!).</p>
<p>Now that you have the Group Policy Preference Client Side Extensions installed on the clients, you can go ahead and play with the GPO&#8217;s. If you open up the Group Policy Management snap in and edit a GPO object you will see &#8220;Preferences&#8221;</p>
<p><img src="http://www.msserveradmin.com/wp-content/uploads/2009/02/gpopreferences.jpg" alt="gpopreferences" title="gpopreferences" width="281" height="296" class="aligncenter size-full wp-image-424" /></p>
<p><span id="more-421"></span><br />
After expanding &#8220;Preferences&#8221; you will notice an options there that says PRINTERS. If you right click on Printers and select New > Shared Printer, the New Shared Printer Dialog Box will appear.</p>
<p><img src="http://www.msserveradmin.com/wp-content/uploads/2009/02/sharedprinter.jpg" alt="sharedprinter" title="sharedprinter" width="411" height="460" class="aligncenter size-full wp-image-426" /></p>
<p>From here we can enter in the path to the shared printer and from the Action drop down menu select &#8220;Create&#8221;, but the best part is that you can place a tick in the <strong>&#8220;Set this printer as the default printer&#8221;</strong> box and it will make that printer the default. Interesting thing to note here though is that this check box is only available under a User Configuration and not the Computer Configuration. This is not what I wanted, I need to set a default printer for computers in a specific room.</p>
<p>So what I have done in enable <strong>User Group Policy Loop Back Processing</strong> under the <em>Computer Configuration > Policies > Admin Templates > System > Group Policy</em>, you can either set that to Merge or Replace. Now what that does is enable you to apply User Configurations to users that log onto those computers that this policy applies to.</p>
<h2>This is the Good Part</h2>
<p>Once you have created a shared printer to deploy there is a tab on the properties of that called <strong>&#8220;Common&#8221; </strong>, if you click on that and place a tick in the &#8220;Item Level Targeting&#8221; and click on the Targeting Button <strong>a whole new world opens up!</strong></p>
<p><img src="http://www.msserveradmin.com/wp-content/uploads/2009/02/itemleveltargeting.jpg" alt="itemleveltargeting" title="itemleveltargeting" width="404" height="427" class="aligncenter size-full wp-image-430" /></p>
<p>Click on the New Item and just have a look at the possibilities there. The one I was interested in was the Organisational Units option. Because what I want to happen is if a computer is in a specific OU install and make printer X the default.</p>
<p><img src="http://www.msserveradmin.com/wp-content/uploads/2009/02/targeting-93x300.jpg" alt="targeting" title="targeting" width="93" height="300" class="aligncenter size-medium wp-image-431" /></p>
<p>With this option I was able to achieve just that. Just select the OU that the Computer should belong to by using the Browse Button and select the Computer in OU radio box.</p>
<p><img src="http://www.msserveradmin.com/wp-content/uploads/2009/02/targetou-300x207.jpg" alt="targetou" title="targetou" width="300" height="207" class="aligncenter size-medium wp-image-433" /></p>
<p>Job Done&#8230;&#8230;</p>
<p>For More Tips on how you can use Group Policy Preferences make sure you <a href="feeds2.feedburner.com/msserveradmin">SUBSCRIBE to my RSS Feed</a> so you don&#8217;t miss out on making your life as a Network Administrator an easier one !!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.msserveradmin.com/the-one-reason-you-should-use-group-policy-preferences/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Use SyncToy as a Backup Option</title>
		<link>http://www.msserveradmin.com/use-synctoy-as-a-backup-option/</link>
		<comments>http://www.msserveradmin.com/use-synctoy-as-a-backup-option/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 00:41:58 +0000</pubDate>
		<dc:creator>Daniel Anderson</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Windows Vista]]></category>

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

I was scrolling through my RSS Feeds this morning and saw a great article from the Technet Magazine. It is a &#8220;Utility Spotlight&#8221; article on SyncToy. Working in an education environment where students and staff for that matter are always coming to out office to get their computers re imaged or fixed for some other [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left; margin-right:10px; margin-bottom:5px;">
<a href="http://www.msserveradmin.com/wp-content/uploads/2008/12/synctoy.png"><img src="http://www.msserveradmin.com/wp-content/uploads/2008/12/synctoy.png" alt="" title="synctoy" width="195" height="59" class="alignnone size-full wp-image-301" /></a></div>
<p>I was scrolling through my RSS Feeds this morning and saw a great article from the Technet Magazine. It is a <a href="http://technet.microsoft.com/en-us/magazine/dd285469.aspx?pr=blog">&#8220;Utility Spotlight&#8221; article on SyncToy</a>. Working in an education environment where students and staff for that matter are always coming to out office to get their computers re imaged or fixed for some other reason and when you ask them have they got a backup of their documents the standard response is <strong>&#8220;NO, Can&#8217;t you do that for me?&#8221;</strong>. </p>
<p>After having a play around with SyncToy I have found that this could be a cool little utility for alot of my users. It is a simple, easy to setup and install peice of software that will work on either XP or Vista. It works by having <strong>&#8220;Folder Pairs&#8221;</strong>, a Left Folder and a Right Folder. You can setup different Folder Pairs as well. For example I might want to create a folder pair for just my Photo&#8217;s and copy them to a specific network location, then I might have another folder pair for my documents and so on.<br />
<span id="more-299"></span><br />
Let&#8217;s go ahead and create a Folder Pair, first of all start up SyncToy. You will then see the <strong>Welcome to SyncToy</strong> Screen:</p>
<p><a href="http://www.msserveradmin.com/wp-content/uploads/2008/12/welcom_synctoy.png"><img src="http://www.msserveradmin.com/wp-content/uploads/2008/12/welcom_synctoy-300x206.png" alt="Welcome to SyncToy" title="welcom_synctoy" width="300" height="206" class="size-medium wp-image-310" /></a></p>
<p>Then Click the link in <strong>RED </strong>that says <strong>&#8220;Create New Folder Pair&#8221;</strong> and the Create New Folder Pair dialog box will appear:</p>
<p><a href="http://www.msserveradmin.com/wp-content/uploads/2008/12/folder_pair.png"><img src="http://www.msserveradmin.com/wp-content/uploads/2008/12/folder_pair-300x260.png" alt="" title="folder_pair" width="300" height="260" class="aligncenter size-medium wp-image-313" /></a></p>
<p>On the <strong>Left Folder</strong>, browse to the folder on your local computer that you want copied and in the <strong>Right Folder</strong>, browse to the location you want to copy the files to, in my case it will be the Users Home Directory (H Drive). Then you will be presented with 3 Options:</p>
<p><a href="http://www.msserveradmin.com/wp-content/uploads/2008/12/options.png"><img src="http://www.msserveradmin.com/wp-content/uploads/2008/12/options-300x260.png" alt="" title="options" width="300" height="260" class="aligncenter size-medium wp-image-315" /></a></p>
<p><strong>Syncronize:</strong> New and Updated Files are copied <strong>BOTH </strong>ways, Renames and Deletes are repeated on both sides.<br />
<strong>Echo:</strong> New and UIpdate Files are copied from Left to Right, Renames and Deletes on the left are repeated on the Right.<br />
<strong>Contribute:</strong> new and Updated Files on the Left are Copied to the Right, renames on the left are repeated on the right <strong>NO DELETIONS</strong></p>
<p>After you click <strong>Next</strong>, give your New Folder Pair a name and click Finish. You can know click the RUN Button on the bottom right hand side and SyncToy will do it&#8217;s thing.</p>
<p>As you can see it is <strong>Very Easy to install</strong> and setup up, great for those users who have trouble backing up their files !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.msserveradmin.com/use-synctoy-as-a-backup-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a Custom Script to a Vista Syspreped Image</title>
		<link>http://www.msserveradmin.com/add-a-custom-script-to-a-vista-syspreped-image/</link>
		<comments>http://www.msserveradmin.com/add-a-custom-script-to-a-vista-syspreped-image/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 00:33:32 +0000</pubDate>
		<dc:creator>Daniel Anderson</dc:creator>
				<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.msserveradmin.com/?p=278</guid>
		<description><![CDATA[Have you ever been in charge of creating and syspreping a Vista Image and needed to have the abiltiy to manually enter a computer name rather than have sysprep randomly generate one? 
Well this is the situation I am in at the moment, getting a new Notebook Image, Toshiba M750 Tablet, ready for deployment to [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever been in charge of creating and syspreping a Vista Image and needed to have the abiltiy to manually enter a computer name rather than have sysprep randomly generate one? </p>
<p>Well this is the situation I am in at the moment, getting a new Notebook Image, <a href="http://explore.toshiba.com/laptops/portege/M750">Toshiba M750 Tablet</a>, ready for deployment to about 150 students next year.</p>
<p>In the old days of an XP sysprep you could just leave the computer name blank in the sysprep file and as part of sysprep it would prompt you for the name of the computer. But in Vista there is a bug that if you leave the computer name out sysprep will <strong>NOT </strong>prompt you for one, and what is worse is that when you try and log in you get this error <strong>&#8220;The trust relationship between this workstation and the primary domain failed&#8221;</strong>. The work around for this is to use an asterix for the computer name. It will still generate a random name but at least you can login (this may have been fixed in SP1 though, I have not tested it yet). This is still no good for me.<br />
<span id="more-278"></span><br />
In my research on how to get sysprep to <strong>prompt you for a computer name</strong> I found that you can add a <a href="http://technet.microsoft.com/en-us/library/cc766314.aspx">custom script to windows setup</a>. This script will run after sysprep is complete and before it gets to the login screen. There is a batch file called <strong>SetupComplete.cmd</strong> that if present in this location <strong>C:\Windows\Setup\Scripts</strong> will be executed after Windows has installed but before the login screen. <strong>This is GOLD !!!</strong>.</p>
<p>Next I got a script that prompts for a name for the computer, a username and password of an account that can change the name of a domain joined computer. <a href="/downloads/ChangeName.txt">VIEW THE VBS SCRIPT HERE</a>.</p>
<p>I copied the script to the <strong>C:\Windows\Setup\Scripts</strong> folder then created a SetupComplete.cmd file in notepad an placed a call to the vbs script. Now what happens is after sysprep has run and a random computer name is generated and the machine is joined to the domain the machine reboots and you are prompted to change the name of the computer and supply a username and password for this operation to complete.</p>
<p>Job Done&#8230;&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.msserveradmin.com/add-a-custom-script-to-a-vista-syspreped-image/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
