<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for People, Technology, Connected</title>
	<atom:link href="http://www.davidbolton.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.davidbolton.com</link>
	<description>A discourse on technology by David Bolton</description>
	<lastBuildDate>Tue, 27 Jul 2010 17:25:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on RDCman &#8211; Great New Addition To The Sysadmin&#8217;s Toolbox by David</title>
		<link>http://www.davidbolton.com/?p=89&#038;cpage=1#comment-58</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 27 Jul 2010 17:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidbolton.com/?p=89#comment-58</guid>
		<description>You can do this. After you create a group of servers as a connection group, open properties and go to the &quot;Connection Settings&quot; tab. You can un-check the Inherit from Parent checkbox and specify your specific port.</description>
		<content:encoded><![CDATA[<p>You can do this. After you create a group of servers as a connection group, open properties and go to the &#8220;Connection Settings&#8221; tab. You can un-check the Inherit from Parent checkbox and specify your specific port.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RDCman &#8211; Great New Addition To The Sysadmin&#8217;s Toolbox by Tech Tidbits</title>
		<link>http://www.davidbolton.com/?p=89&#038;cpage=1#comment-57</link>
		<dc:creator>Tech Tidbits</dc:creator>
		<pubDate>Tue, 27 Jul 2010 16:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidbolton.com/?p=89#comment-57</guid>
		<description>&lt;strong&gt;RDCManager...&lt;/strong&gt;

Another nice little MS internal utility that went public.  RDP Connection Manager adds easy management/overview of all your systems.   Thanks to David Bolton for the post/heads-up. Download it from MS.......</description>
		<content:encoded><![CDATA[<p><strong>RDCManager&#8230;</strong></p>
<p>Another nice little MS internal utility that went public.  RDP Connection Manager adds easy management/overview of all your systems.   Thanks to David Bolton for the post/heads-up. Download it from MS&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RDCman &#8211; Great New Addition To The Sysadmin&#8217;s Toolbox by Mathiau</title>
		<link>http://www.davidbolton.com/?p=89&#038;cpage=1#comment-55</link>
		<dc:creator>Mathiau</dc:creator>
		<pubDate>Wed, 21 Jul 2010 16:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidbolton.com/?p=89#comment-55</guid>
		<description>Nice program very useful, do you know though if it can handle connections not using port 3389? i dont use the default RDC ports for our servers, but seems when adding in the address if you add :1234 it wont work</description>
		<content:encoded><![CDATA[<p>Nice program very useful, do you know though if it can handle connections not using port 3389? i dont use the default RDC ports for our servers, but seems when adding in the address if you add :1234 it wont work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: Create a Windows Deployment Services Discover Image and CD by Thommck</title>
		<link>http://www.davidbolton.com/?p=24&#038;cpage=1#comment-54</link>
		<dc:creator>Thommck</dc:creator>
		<pubDate>Mon, 12 Jul 2010 14:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidbolton.com/blog/?p=24#comment-54</guid>
		<description>I got it to work by following the help file in the WDS console (attached below)

----------------------------------------------------------------------------
To create a discover image  

In the Windows Deployment Services MMC snap-in, click the Boot images node. 

From the right pane, right-click the image you want to use as a discover image. 

Click Create Discover Image.

On the first screen of the wizard, under Location and file name, type C:\boot.wim.

Click Next, and when the operation is complete, click Finish.

 Note  
 You can also perform this procedure at a command prompt by running WDSUTIL /New-DiscoverImage /Image: /Architecture:{x86&#124;x64&#124;ia64} /DestinationImage /FilePath:. To specify which server the discover image connects to, append /WDSServer:.
 
 To create media that contains the discover image 

Download and install the Windows Automated Installation Kit (Windows AIK) (http://go.microsoft.com/fwlink/?LinkId=139642).

Click Start, click All Programs, click Microsoft Windows AIK, and then click Deployment Tools Command Prompt.

To create a Windows Preinstallation Environment (Windows PE) build environment, type:

CopyPE  C:\Winpe

To copy the discover image that you created to the environment, type:

Copy /y c:\boot.wim c:\Winpe\ISO\Sources

To change back to the PETools folder, type:

Cd C:\Program Files\Windows AIK\Tools\PETools

To create the bootable .iso image, type:

Oscdimg -n -bc:\winpe\ISO\boot\etfsboot.com c:\winpe\ISO c:\.iso

Use a utility that can create a CD or DVD to transfer the .iso image to the media.

 Note  
 Using the Windows copy command to copy the image to media will not create a bootable disk. 
 

Boot the client computer to the media. You may need to change the boot order in the client BIOS to do this. When the client boots to the media, your experience will be the same as if you had booted to the network.
----------------------------------------------------------------------------</description>
		<content:encoded><![CDATA[<p>I got it to work by following the help file in the WDS console (attached below)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
To create a discover image  </p>
<p>In the Windows Deployment Services MMC snap-in, click the Boot images node. </p>
<p>From the right pane, right-click the image you want to use as a discover image. </p>
<p>Click Create Discover Image.</p>
<p>On the first screen of the wizard, under Location and file name, type C:\boot.wim.</p>
<p>Click Next, and when the operation is complete, click Finish.</p>
<p> Note<br />
 You can also perform this procedure at a command prompt by running WDSUTIL /New-DiscoverImage /Image: /Architecture:{x86|x64|ia64} /DestinationImage /FilePath:. To specify which server the discover image connects to, append /WDSServer:.</p>
<p> To create media that contains the discover image </p>
<p>Download and install the Windows Automated Installation Kit (Windows AIK) (<a href="http://go.microsoft.com/fwlink/?LinkId=139642" rel="nofollow">http://go.microsoft.com/fwlink/?LinkId=139642</a>).</p>
<p>Click Start, click All Programs, click Microsoft Windows AIK, and then click Deployment Tools Command Prompt.</p>
<p>To create a Windows Preinstallation Environment (Windows PE) build environment, type:</p>
<p>CopyPE  C:\Winpe</p>
<p>To copy the discover image that you created to the environment, type:</p>
<p>Copy /y c:\boot.wim c:\Winpe\ISO\Sources</p>
<p>To change back to the PETools folder, type:</p>
<p>Cd C:\Program Files\Windows AIK\Tools\PETools</p>
<p>To create the bootable .iso image, type:</p>
<p>Oscdimg -n -bc:\winpe\ISO\boot\etfsboot.com c:\winpe\ISO c:\.iso</p>
<p>Use a utility that can create a CD or DVD to transfer the .iso image to the media.</p>
<p> Note<br />
 Using the Windows copy command to copy the image to media will not create a bootable disk. </p>
<p>Boot the client computer to the media. You may need to change the boot order in the client BIOS to do this. When the client boots to the media, your experience will be the same as if you had booted to the network.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me&#8230; by Justin</title>
		<link>http://www.davidbolton.com/?page_id=53&#038;cpage=1#comment-47</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 25 Jun 2010 16:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidbolton.com/blog/?page_id=2#comment-47</guid>
		<description>RDCman looks good.  However, give this a shot. 

http://mremote.org/wiki/Downloads.ashx

Multiple supported protocols (RDP, VNC, ICA, SSH, Telnet, RAW, Rlogin and HTTP/S)</description>
		<content:encoded><![CDATA[<p>RDCman looks good.  However, give this a shot. </p>
<p><a href="http://mremote.org/wiki/Downloads.ashx" rel="nofollow">http://mremote.org/wiki/Downloads.ashx</a></p>
<p>Multiple supported protocols (RDP, VNC, ICA, SSH, Telnet, RAW, Rlogin and HTTP/S)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: Create a Windows Deployment Services Discover Image and CD by Jerther</title>
		<link>http://www.davidbolton.com/?p=24&#038;cpage=1#comment-36</link>
		<dc:creator>Jerther</dc:creator>
		<pubDate>Fri, 26 Feb 2010 18:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidbolton.com/blog/?p=24#comment-36</guid>
		<description>This won&#039;t work. I end up with a message saying it cannot start networking, even if the lan card is detected, installed and ip is obtained.

However, I got it to run after a whole morning, using Deatheye tip, which is:

&quot;Create a discover image on the WDS.
It basicly does the steps described here till step 5. You then go on with step 6 till the end.
Everywhere the it says somtehing like “bootpe.wim file (from step 5)” you just use the WIM you created on the WDS server.&quot;

Thank you very much :)</description>
		<content:encoded><![CDATA[<p>This won&#8217;t work. I end up with a message saying it cannot start networking, even if the lan card is detected, installed and ip is obtained.</p>
<p>However, I got it to run after a whole morning, using Deatheye tip, which is:</p>
<p>&#8220;Create a discover image on the WDS.<br />
It basicly does the steps described here till step 5. You then go on with step 6 till the end.<br />
Everywhere the it says somtehing like “bootpe.wim file (from step 5)” you just use the WIM you created on the WDS server.&#8221;</p>
<p>Thank you very much <img src='http://www.davidbolton.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: Install Private Root CA into ADManager Plus by David Chaleston</title>
		<link>http://www.davidbolton.com/?p=74&#038;cpage=1#comment-35</link>
		<dc:creator>David Chaleston</dc:creator>
		<pubDate>Thu, 19 Nov 2009 18:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidbolton.com/?p=74#comment-35</guid>
		<description>Thanks for your article, was very helpful</description>
		<content:encoded><![CDATA[<p>Thanks for your article, was very helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: Create a Windows Deployment Services Discover Image and CD by Using WDS to deploy to a Mac (or any PC without PXE) - Zlaxfish Network</title>
		<link>http://www.davidbolton.com/?p=24&#038;cpage=1#comment-34</link>
		<dc:creator>Using WDS to deploy to a Mac (or any PC without PXE) - Zlaxfish Network</dc:creator>
		<pubDate>Tue, 13 Oct 2009 02:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidbolton.com/blog/?p=24#comment-34</guid>
		<description>[...] Thanks to David Bolton&#8217;s blog: http://www.davidbolton.com/?p=24 [...]</description>
		<content:encoded><![CDATA[<p>[...] Thanks to David Bolton&#8217;s blog: <a href="http://www.davidbolton.com/?p=24" rel="nofollow">http://www.davidbolton.com/?p=24</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: Create a Windows Deployment Services Discover Image and CD by Adding drivers to WDS Images with Windows 7 AIK - Zlaxfish Network</title>
		<link>http://www.davidbolton.com/?p=24&#038;cpage=1#comment-33</link>
		<dc:creator>Adding drivers to WDS Images with Windows 7 AIK - Zlaxfish Network</dc:creator>
		<pubDate>Tue, 13 Oct 2009 02:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidbolton.com/blog/?p=24#comment-33</guid>
		<description>[...] a WDS boot CD (which is not as easy as Microsoft&#8217;s directions) using the directions here: http://www.davidbolton.com/?p=24 [...]</description>
		<content:encoded><![CDATA[<p>[...] a WDS boot CD (which is not as easy as Microsoft&#8217;s directions) using the directions here: <a href="http://www.davidbolton.com/?p=24" rel="nofollow">http://www.davidbolton.com/?p=24</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Patches to WIM Images by Jason</title>
		<link>http://www.davidbolton.com/?p=18&#038;cpage=1#comment-32</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 29 Sep 2009 00:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidbolton.com/blog/?p=18#comment-32</guid>
		<description>Has anyone had luck with this? I just put in a bunch of Windows Updates and Security Patches and now the computer i image is in a constant reboot 
I have tried with Windows updates and Security Patches and I have tried with just the Security Updates? I have tried to apply the kb mentioned in the above article but it has already been applied before sysprep.
Any Ideas</description>
		<content:encoded><![CDATA[<p>Has anyone had luck with this? I just put in a bunch of Windows Updates and Security Patches and now the computer i image is in a constant reboot<br />
I have tried with Windows updates and Security Patches and I have tried with just the Security Updates? I have tried to apply the kb mentioned in the above article but it has already been applied before sysprep.<br />
Any Ideas</p>
]]></content:encoded>
	</item>
</channel>
</rss>
