<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Paul&#039;s Ramblings</title>
	<atom:link href="http://paulbendall.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulbendall.wordpress.com</link>
	<description>Technical Blog Covering Exchange, SharePoint &#38; Powershell</description>
	<lastBuildDate>Fri, 14 May 2010 20:43:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='paulbendall.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Paul&#039;s Ramblings</title>
		<link>http://paulbendall.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://paulbendall.wordpress.com/osd.xml" title="Paul&#039;s Ramblings" />
	<atom:link rel='hub' href='http://paulbendall.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Windows Deployment Services &#8211; Part 2</title>
		<link>http://paulbendall.wordpress.com/2010/05/14/windows-deployment-services-part-2/</link>
		<comments>http://paulbendall.wordpress.com/2010/05/14/windows-deployment-services-part-2/#comments</comments>
		<pubDate>Fri, 14 May 2010 20:43:08 +0000</pubDate>
		<dc:creator>paulbendall</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[Windows 2008 R2]]></category>
		<category><![CDATA[Windows Deployment Services]]></category>

		<guid isPermaLink="false">https://paulbendall.wordpress.com/2010/05/14/windows-deployment-services-part-2/</guid>
		<description><![CDATA[In my first article, Windows Deployment Services, I covered the installation of Microsoft Windows Deployment Services for Windows 2008 R2. If you’ve followed the article then you will have an installation of WDS and configured to respond to PXE clients. However, it isn’t much use at the moment because we don’t have any images to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paulbendall.wordpress.com&amp;blog=13268966&amp;post=55&amp;subd=paulbendall&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In my first article, <a title="WDS Part 1" href="http://paulbendall.wordpress.com/2010/04/23/windows-deployment-services/" target="_blank">Windows Deployment Services</a>, I covered the installation of Microsoft Windows Deployment Services for Windows 2008 R2. If you’ve followed the article then you will have an installation of WDS and configured to respond to <a href="http://en.wikipedia.org/wiki/Preboot_Execution_Environment" target="_blank">PXE</a> clients. However, it isn’t much use at the moment because we don’t have any images to boot into or install.</p>
<p>&#160;</p>
<h3>Create a Boot Image</h3>
<p>First thing that needs to be done is configure a boot image which will allow client machines to PXE boot into and give us a basic interface so we can choose the installation image (which we’ll cover later)</p>
<p>To create a boot image you need access to an operating system DVD disk or have an expanded ISO image. From my own experience it is best to use the latest operating system for the boot image as latter OS installations using an earlier PXE / boot image can cause problems. I am using the source files from Windows 2008 R2 which I downloaded from my <a title="TechNet frontpage" href="http://technet.microsoft.com/en-gb/default.aspx" target="_blank">TecthNet</a> subscription and expanded using <a title="WinRAR utility from RarLabs" href="http://www.rarlabs.com/download.htm" target="_blank">WinRAR</a></p>
<ul>
<li>Start Windows Deployment Services (located under <strong>Start &gt; Control Panel &gt; Administrative Tools &gt; Windows Deployment Services</strong>) </li>
<li>Navigate to “<strong>Boot Images</strong>” under your WDS Server of the <a title="MMC definition" href="http://en.wikipedia.org/wiki/Microsoft_Management_Console" target="_blank">MMC</a> </li>
<li>Right click and select “<strong>Add Boot Image</strong>” </li>
</ul>
<p><a href="http://paulbendall.files.wordpress.com/2010/05/image.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/05/image_thumb.png?w=244&#038;h=217" width="244" height="217" /></a> </p>
<ul>
<li>In the new dialogue box window navigate to the folder location where you have expanded the DVD <a title="ISO Image file definition" href="http://en.wikipedia.org/wiki/ISO_image" target="_blank">ISO</a> image or the DVD drive with a Operating System </li>
<li>Select the “<strong>Sources</strong>” folder from the OS source files root </li>
<li>Click the file <strong>boot.wim</strong> which is a <a title="WIM file explanation on Wikipedia" href="http://en.wikipedia.org/wiki/Windows_Imaging_Format" target="_blank">Windows Imaging Format</a> </li>
</ul>
<p><a href="http://paulbendall.files.wordpress.com/2010/05/image1.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/05/image_thumb1.png?w=845&#038;h=509" width="845" height="509" /></a> </p>
<ul>
<li>Confirm your selection is correct and then select <strong>Next</strong> </li>
<li>You can then rename the images or leave the defaults, I’ve left the default values; click <strong>Next</strong> </li>
</ul>
<p><a href="http://paulbendall.files.wordpress.com/2010/05/image2.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/05/image_thumb2.png?w=507&#038;h=433" width="507" height="433" /></a> </p>
<p>The image will now be loaded to the WDS server and a summary screen displayed if the task completes successfully.</p>
<p><a href="http://paulbendall.files.wordpress.com/2010/05/image3.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/05/image_thumb3.png?w=818&#038;h=229" width="818" height="229" /></a> </p>
<p>The next step is optional but I’d recommend setting a default boot image so clients can boot into an image without waiting for a choice to be made.</p>
<ul>
<li>Click on your WDS server so that it has the focus and right click to select “<strong>Properties</strong>” </li>
</ul>
<p><a href="http://paulbendall.files.wordpress.com/2010/05/image4.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/05/image_thumb4.png?w=278&#038;h=260" width="278" height="260" /></a> </p>
<ul>
<li>Select the tab “<strong>Boot</strong>” from the “Properties” dialogue box </li>
</ul>
<p><a href="http://paulbendall.files.wordpress.com/2010/05/image5.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/05/image_thumb5.png?w=402&#038;h=471" width="402" height="471" /></a> </p>
<p>Use the <strong>Select</strong> button to choose the boot image file that we uploaded a minute ago; in my case I’m using Windows 2008 R2 which is only 64bit and so the choice is easy I just select the <strong>boot.wim</strong> for the x64 architecture.</p>
<p>&#160;</p>
<h3>Installation Image</h3>
<p>Setting up the installation image is very similar to the boot image, but you may want to create a folder structure to make the separation of different OS easier.</p>
<ul>
<li>Start Windows Deployment Services (located under <strong>Start &gt; Control Panel &gt; Administrative Tools &gt; Windows Deployment Services</strong>) </li>
<li>Navigate to “<strong>Install Images</strong>” under your WDS Server of the <a title="MMC definition" href="http://en.wikipedia.org/wiki/Microsoft_Management_Console" target="_blank">MMC</a> </li>
<li>Right click and select “<strong>Add Image Group</strong>” </li>
<li>Choose a name for the image group, in this case I am using Windows 2008 R2 so I’ve created a Image group called “W2K8R2-Images”; Select “Ok” </li>
<li>Now right click on the newly created “Image Group” and select “<strong>Add Install Image</strong>” </li>
<li>In the new dialogue box window navigate to the folder location where you have expanded the DVD <a title="ISO Image file definition" href="http://en.wikipedia.org/wiki/ISO_image" target="_blank">ISO</a> image or the DVD drive with a Operating System </li>
<li>Select the “<strong>Sources</strong>” folder from the OS source files root </li>
<li>Click the file <strong>install.wim</strong> which is a <a title="WIM file explanation on Wikipedia" href="http://en.wikipedia.org/wiki/Windows_Imaging_Format" target="_blank">Windows Imaging Format</a> and <strong>Open</strong> </li>
</ul>
<p><a href="http://paulbendall.files.wordpress.com/2010/05/image6.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/05/image_thumb6.png?w=860&#038;h=512" width="860" height="512" /></a> </p>
<p>You then have a list of available images within the image file that was just selected. You can leave the default option and select all images or you can remove the ticks to only include images you know you are going to use</p>
<p><a href="http://paulbendall.files.wordpress.com/2010/05/image7.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/05/image_thumb7.png?w=502&#038;h=458" width="502" height="458" /></a> </p>
</p>
<ul>
<li>Select “<strong>Next</strong>” and your choice with be &quot;summarised” for you to check and select “<strong>Next</strong>” again </li>
</ul>
<p> The image will now be loaded to the WDS server and a summary screen displayed if the task completes successfully.
<ul></ul>
<p> <a href="http://paulbendall.files.wordpress.com/2010/05/image8.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/05/image_thumb8.png?w=890&#038;h=253" width="890" height="253" /></a>
<p>Now the WDS server has a boot image and install images</p>
<p>&#160;</p>
<h3>Testing the WDS Configuration</h3>
<p>&#160;</p>
<p><font color="#0000ff">Make sure your client computer or Hyper-V instance is enabled for PXE (or network boot) and this selected as the client boots up.</font></p>
<p><a href="http://paulbendall.files.wordpress.com/2010/05/image9.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/05/image_thumb9.png?w=643&#038;h=129" width="643" height="129" /></a> </p>
<p>In the first article in this <a href="http://paulbendall.wordpress.com/2010/04/23/windows-deployment-services/" target="_blank">series</a> I suggested that Unknown Clients continue automatically unless Esc is pressed. Clients will start the PXE process but will then be held for approval on the WDS server, the client will look like:</p>
<p><a href="http://paulbendall.files.wordpress.com/2010/05/image10.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/05/image_thumb10.png?w=639&#038;h=385" width="639" height="385" /></a> </p>
</p>
<p>The client will need to be approved on the WDS server</p>
<p>Start up WDS, if it is not already running</p>
<ul>
<li>Navigate to the “<strong>Pending Devices</strong>” folder and highlight the request ID (note the number on client matches that on the server. </li>
<li>Right-click and select “<strong>Name and Approve</strong>” </li>
</ul>
<p><a href="http://paulbendall.files.wordpress.com/2010/05/image11.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/05/image_thumb11.png?w=918&#038;h=297" width="918" height="297" /></a> </p>
</p>
<p>The client machine after a few seconds will continue PXE boot using the boot image we created.</p>
<p><a href="http://paulbendall.files.wordpress.com/2010/05/image12.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/05/image_thumb12.png?w=644&#038;h=335" width="644" height="335" /></a> </p>
<p>Once the boot process has completed the splash screen will appear and clearly indicates we have booted using Windows Deployment Services</p>
<p><a href="http://paulbendall.files.wordpress.com/2010/05/image13.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/05/image_thumb13.png?w=802&#038;h=603" width="802" height="603" /></a> </p>
<p>Click <strong>Next</strong> and you are prompted for a username and password to authenticate (this can be used to allocate images based on security settings)</p>
<p><a href="http://paulbendall.files.wordpress.com/2010/05/image14.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/05/image_thumb14.png?w=804&#038;h=602" width="804" height="602" /></a> </p>
<p>Once authenticated a list of images are presented which you can choose from to install. (note this screenshot shows more images than I covered during the install image section)</p>
<p>Next screen should be familiar as it asks “Where do you want to install Windows?” Accept the default and click <strong>Next</strong></p>
<p>Windows will now Install</p>
<p><a href="http://paulbendall.files.wordpress.com/2010/05/image15.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/05/image_thumb15.png?w=804&#038;h=605" width="804" height="605" /></a> </p>
<p>That’s it the process can be streamlined by using unattend.xml files to skip all of the screens above as well as granular control of the OS deployment. But that is not for this article…</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paulbendall.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paulbendall.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paulbendall.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paulbendall.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/paulbendall.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/paulbendall.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/paulbendall.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/paulbendall.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paulbendall.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paulbendall.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paulbendall.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paulbendall.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paulbendall.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paulbendall.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paulbendall.wordpress.com&amp;blog=13268966&amp;post=55&amp;subd=paulbendall&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://paulbendall.wordpress.com/2010/05/14/windows-deployment-services-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b12c2acefadc0263c14f2311ffc0bf5c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paulbendall</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/05/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/05/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/05/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/05/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/05/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/05/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/05/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/05/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/05/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/05/image_thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/05/image_thumb10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/05/image_thumb11.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/05/image_thumb12.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/05/image_thumb13.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/05/image_thumb14.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/05/image_thumb15.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft End-User Adoption Demo</title>
		<link>http://paulbendall.wordpress.com/2010/05/04/microsoft-end-user-adoption-demo/</link>
		<comments>http://paulbendall.wordpress.com/2010/05/04/microsoft-end-user-adoption-demo/#comments</comments>
		<pubDate>Tue, 04 May 2010 19:50:15 +0000</pubDate>
		<dc:creator>paulbendall</dc:creator>
				<category><![CDATA[End User Adoption]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[BTEngageIT]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">https://paulbendall.wordpress.com/2010/05/04/microsoft-end-user-adoption-demo/</guid>
		<description><![CDATA[I attended a good SharePoint demonstration this morning organised by BTEngageIT. It is part of our drive to encourage the take-up of SharePoint in our company by inviting some key decision makers to meetings where the benefits of SharePoint are examined. It is interesting to see which technologies on offer from SharePoint get people excited [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paulbendall.wordpress.com&amp;blog=13268966&amp;post=22&amp;subd=paulbendall&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I attended a good SharePoint demonstration this morning organised by <a title="BTEngageIT IT Solutions Provider" href="http://www.btengageit.com/" target="_blank">BTEngageIT</a>. It is part of our drive to encourage the take-up of SharePoint in our company by inviting some key decision makers to meetings where the benefits of SharePoint are examined.</p>
<p>It is interesting to see which technologies on offer from SharePoint get people excited and enthused about adoption. From my perspective I’m seeing a pattern emerge as we attend more of these meetings:</p>
<p>- Forms automation is something that people definitely understand and want to explore. I think all departments have a need for form completion which is currently often paper, Word or Excel based. The ability to automatically complete elements of a form based on external data from things like Active Directory is appealing.</p>
<p>- Workflow again is a function that people seem to get very excited about, probably because it is easy to understand how it can save time. Many administrative tasks are ripe for workflow automation and approval which can reduce the overall burden of daily office life.</p>
<p>- Document Management is common to every department and the same themes run through discussions with different business areas. Finding up to date documents is key to so many tasks, think about writing a document and what template do you need to use? How can you be sure you are reading the most up to date document? Before SharePoint people send documents in emails this can easily spawn multiple copies and no overall master. Finally, with the ever increasing compliance requirements in business how can we classify a document at point of creation.? SharePoint answers all these requirements in a single unified interface.</p>
<h3>&#160;</h3>
<h3>Logistics</h3>
<p>The meeting was organised by <a title="BTEngageIT IT Solutions Provider" href="http://www.btengageit.com/" target="_blank">BTEngageIT</a> whom we have worked with to deploy our SharePoint infrastructure. More importantly they explained the importance of end user adoption and how it is imperative to get business involvement at the early stages. The same was a reoccurring theme during the recent <a href="http://www.sharepointevolutionconference.com/" target="_blank">SharePoint Evolution conference</a> which I was lucky enough to attend. Microsoft carried out the presentations and demo’s at their Cardinal Place offices in Victoria which is a very pleasant and modern office. I now have another blog to keep an eye on, as the presentation was very well by delivered by <a title="Geeky Girl Technet Blog" href="http://blogs.technet.com/jessmeats/default.aspx" target="_blank">Jessica Meats</a>.</p>
<h3>&#160;</h3>
<h3>Next Steps</h3>
<p>To drive the next stage of adoption it is clear we have a growing body of interested stakeholders. It is also clear that we can’t do everything at once, especially if we want to do things well. So we’ll be trying to identify a top-ten list and prioritise the first five that will have the largest appeal across all departments.</p>
<p>In order to do this properly we’ll follow up with a business justification and resource requirement. We’ve realised that we don’t necessarily have the right skill set internally to do the analysis and delivery, especially as we support our existing infrastructure and user demands. That’ll be the topic of another post.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paulbendall.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paulbendall.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paulbendall.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paulbendall.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/paulbendall.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/paulbendall.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/paulbendall.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/paulbendall.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paulbendall.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paulbendall.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paulbendall.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paulbendall.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paulbendall.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paulbendall.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paulbendall.wordpress.com&amp;blog=13268966&amp;post=22&amp;subd=paulbendall&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://paulbendall.wordpress.com/2010/05/04/microsoft-end-user-adoption-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b12c2acefadc0263c14f2311ffc0bf5c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paulbendall</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Deployment Services</title>
		<link>http://paulbendall.wordpress.com/2010/04/23/windows-deployment-services/</link>
		<comments>http://paulbendall.wordpress.com/2010/04/23/windows-deployment-services/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 00:21:13 +0000</pubDate>
		<dc:creator>paulbendall</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[PXE]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[Windows 2008 R2]]></category>
		<category><![CDATA[Windows Deployment Services]]></category>

		<guid isPermaLink="false">http://paulbendall.wordpress.com/?p=15</guid>
		<description><![CDATA[As described in my first post I’m going to use WDS to install the servers I need to test SharePoint 2010 (now on MSDN and TechNet). So how do we install WDS? Well I’m using Windows 2008 R2 for this installation on a separate server to the rest of my environment. You are going to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paulbendall.wordpress.com&amp;blog=13268966&amp;post=15&amp;subd=paulbendall&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As described in my <a href="http://paulbendall.wordpress.com/2010/04/22/sharepoint-2010-test-environment/" target="_blank">first</a> post I’m going to use WDS to install the servers I need to test SharePoint 2010 (now on MSDN and TechNet).</p>
<p>So how do we install WDS? Well I’m using Windows 2008 R2 for this installation on a separate server to the rest of my environment. You are going to need an existing infrastructure of Windows Active Directory, DHCP and DNS already installed to make use of WDS.</p>
<p>&#160;</p>
<h3>Installing WDS</h3>
<p>Windows Deployment Services is a role (as opposed to a feature of Windows 2008 R2) and it can be installed via server manager.</p>
<p><a href="http://paulbendall.files.wordpress.com/2010/04/image.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/04/image_thumb.png?w=196&#038;h=103" width="196" height="103" /></a> </p>
<p>Once the wizard starts for the Add Role you can navigate to and select “Windows Deployment Services” checkbox</p>
<p><a href="http://paulbendall.files.wordpress.com/2010/04/image1.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/04/image_thumb1.png?w=492&#038;h=417" width="492" height="417" /></a> </p>
<ul>
<li>
<div align="left">Click next and you can read the WDS Overview</div>
</li>
<li>
<div align="left">Next, leave the default of “Deployment Server” and “Transport Server” checked</div>
</li>
<li>
<div align="left">Next again and you get a summary of options prior to the installation of WDS finally click “Install”</div>
</li>
</ul>
<p>After a short period of time you should receive a message confirming the installation has been successful and we can move on to the configuration. </p>
<ul></ul>
<ul>
<h3>Configuring WDS</h3>
<p>Once you close the role dialogue box after the installation of WDS you’ll be back to the “Server Manager” interface and have “Windows Deployment Services” added to the Roles list (if you closed Server Manager then Windows Deployment Services is available under Administrative Tools).</p>
<p>The first time you expand out WDS you’ll see your server and it will have a yellow explanation triangle and the main element of the MMC will have a message:</p>
<p><a href="http://paulbendall.files.wordpress.com/2010/04/image2.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/04/image_thumb2.png?w=523&#038;h=108" width="523" height="108" /></a> </p>
<p>So lets go ahead and configure our new installation</p>
<li>Right click or under More Actions in the Right Actions Toolbar of the MMC select “Configure Server” </li>
<li>Read the initial advice and select “Next”. You’ll be asked for a directory to hold “Remote Installation” files, as this will hold images you’ll probably want to change the default from “C:\RemoteInstall” to a data drive. </li>
<li>Next your are asked about where your DHCP server is installed, if it is on the the same server as WDS then you’ll need to select both check boxes. If your DHCP server is on another server but on the same subnet then don’t select either check box. Anything else and you’ll need to read the help file for further guidance. </li>
<li>Now you need to determine how you want the WDS server to respond to clients as they boot up and go through the <a href="http://en.wikipedia.org/wiki/Preboot_Execution_Environment" target="_blank">PXE</a> boot process. For most implementations you’ll probably find the last option works best: </li>
</ul>
<ul><a href="http://paulbendall.files.wordpress.com/2010/04/image3.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/04/image_thumb3.png?w=562&#038;h=411" width="562" height="411" /></a> </ul>
<p>The configuration wizard will now copy files to the location you selected earlier for the RemoteInstall directory.</p>
<p>Once the copy process completes you have the option to upload images or you can do this later, which is what I’ll show you in a bit.</p>
<p>Click Finish and you’re returned to the main MMC window and the WDS server will now be green with additional folders created underneath the main element.</p>
<p>&#160;</p>
<h3>Post Wizard Configuration</h3>
<p>The wizard sets most parameters or asks you for choices as above, but a couple of other settings may need to be changed. From my own experimenting I’d recommend changing the following from the Properties of the WDS Server element in the MMC</p>
<ul>
<li>First of all you’ll probably want to create computer accounts in a specific OU of your Active Directory. Select the “AD DS” tab from the Properties of your WDS server </li>
<li>Under “Computer Account Location” select browse and navigate to the OU where you want your computer accounts to be created. In my environment I’ve created a root OU to hold computer accounts for SharePoint </li>
</ul>
<p><a href="http://paulbendall.files.wordpress.com/2010/04/image4.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/04/image_thumb4.png?w=404&#038;h=476" width="404" height="476" /></a> </p>
<p>&#160;</p>
<blockquote><p><font>Note: You need to delegate control of the OU you choose to the computer account of the WDS Server so that it can create computer accounts.</font></p>
<ul>
<li><font>From Active Directory Users and Computers MMC select the OU that you are going to use for the computer accounts</font> </li>
<li><font>Right click the OU and select “Delegate Control” to start a wizard</font> </li>
<li><font>Select Next then Add </font></li>
<li><font>In the standard AD search box you’ll need to add Computers from “Object Types” then enter the name of your WDS computer</font> </li>
<li><font>Click next; then “Create a custom task to delegate”</font> </li>
<li><font>Change the default option to “Only the following objects in the folder:” click “Create selected objects in this folder” and then select “Computer Objects”</font> from the list</li>
<li><font>Click Next make sure “General” is selected and from “Permissions check Full Control”</font> </li>
<li><font>Confirm the options on the Summary screen and click Finish</font> </li>
</ul>
</blockquote>
<ul>
<li>You may also want to review how the client machine is handled by the WDS server during <a href="http://en.wikipedia.org/wiki/Preboot_Execution_Environment" target="_blank">PXE</a> boot. <a href="http://en.wikipedia.org/wiki/Preboot_Execution_Environment" target="_blank">PXE</a> boot downloads a small package via <a href="http://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol" target="_blank">TFTP</a> (Trivial File Transfer Protocol) to enable the machine to boot via the network card and initialise the WDS boot image. </li>
<li>I’d recommend handling known clients differently to unknown clients as the latter implies machines that are new and need an OS installed. To review or make changes select the “Boot” tab from the WDS Server Properties: </li>
</ul>
<p><a href="http://paulbendall.files.wordpress.com/2010/04/image5.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://paulbendall.files.wordpress.com/2010/04/image_thumb5.png?w=406&#038;h=303" width="406" height="303" /></a> </p>
<p>That’s it for the configuration, we just need to add some images which I’ll cover in my next article.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paulbendall.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paulbendall.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paulbendall.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paulbendall.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/paulbendall.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/paulbendall.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/paulbendall.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/paulbendall.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paulbendall.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paulbendall.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paulbendall.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paulbendall.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paulbendall.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paulbendall.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paulbendall.wordpress.com&amp;blog=13268966&amp;post=15&amp;subd=paulbendall&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://paulbendall.wordpress.com/2010/04/23/windows-deployment-services/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b12c2acefadc0263c14f2311ffc0bf5c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paulbendall</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/04/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/04/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/04/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/04/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/04/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://paulbendall.files.wordpress.com/2010/04/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint 2010 Test Environment</title>
		<link>http://paulbendall.wordpress.com/2010/04/22/sharepoint-2010-test-environment/</link>
		<comments>http://paulbendall.wordpress.com/2010/04/22/sharepoint-2010-test-environment/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 19:34:29 +0000</pubDate>
		<dc:creator>paulbendall</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[Windows 2008 R2]]></category>
		<category><![CDATA[Windows Deployment Services]]></category>

		<guid isPermaLink="false">http://paulbendall.wordpress.com/2010/04/22/sharepoint-2010-test-environment/</guid>
		<description><![CDATA[I’ve just returned from the SharePoint Evolution conference held at the Queen Elizabeth II conference centre in Westminster, London. Although SharePoint 2010 has now gone RTM it is not available via MSDN or TechNet and I have itchy fingers (rumour has it the day for release is going to be Tuesday 27th April). However, it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paulbendall.wordpress.com&amp;blog=13268966&amp;post=5&amp;subd=paulbendall&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’ve just returned from the <a href="http://www.sharepointevolutionconference.com/" target="_blank">SharePoint Evolution</a> conference held at the Queen Elizabeth II conference centre in Westminster, London. Although SharePoint 2010 has now gone RTM it is not available via MSDN or TechNet and I have itchy fingers (rumour has it the day for release is going to be Tuesday 27th April). However, it does give me the chance to create my test environment for SharePoint. I’m going to need the following servers:</p>
<p>- Windows 2008 R2 server running SQL Server 2008 (it’ll probably be SQL 2008 R2 as this also went RTM this week)</p>
<p>- Windows 2008 R2 running IIS as a web frontend server</p>
<p>- Windows 2008 R2 to run Index service for SharePoint</p>
<p>It’ll be a bit of a pain creating these servers manually so I want to do it automatically. Microsoft Windows 2008 has a role called Windows Deployment Services, or <a href="http://technet.microsoft.com/en-gb/library/cc772106(WS.10).aspx" target="_blank">WDS</a>, which for anyone that has been an ITPro for a while is the new name for RIS (Remote Installation Service).</p>
<p>The next post in my SharePoint 2010 series will covering the setup, configuration and use of WDS to create the new environment. If you want a more detailed and generic approach to WDS they have a look at <a href="http://technet.microsoft.com/en-us/library/cc766320(WS.10).aspx" target="_blank">TechNet</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paulbendall.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paulbendall.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paulbendall.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paulbendall.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/paulbendall.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/paulbendall.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/paulbendall.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/paulbendall.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paulbendall.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paulbendall.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paulbendall.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paulbendall.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paulbendall.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paulbendall.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paulbendall.wordpress.com&amp;blog=13268966&amp;post=5&amp;subd=paulbendall&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://paulbendall.wordpress.com/2010/04/22/sharepoint-2010-test-environment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b12c2acefadc0263c14f2311ffc0bf5c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paulbendall</media:title>
		</media:content>
	</item>
	</channel>
</rss>
