<?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>Roachys Weblog &#187; Windows</title>
	<atom:link href="http://blog.roachy.net/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.roachy.net</link>
	<description>A digital notebook of technical experiences</description>
	<lastBuildDate>Wed, 02 Jun 2010 14:32:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.roachy.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9f441d6d96c5ab0a3564bf350dd9249d?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Roachys Weblog &#187; Windows</title>
		<link>http://blog.roachy.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.roachy.net/osd.xml" title="Roachys Weblog" />
	<atom:link rel='hub' href='http://blog.roachy.net/?pushpress=hub'/>
		<item>
		<title>Free Brick Level backups on Exchange 2003/SBS 2003</title>
		<link>http://blog.roachy.net/2010/01/25/free-brick-level-backups-on-exchange-2003sbs-2003/</link>
		<comments>http://blog.roachy.net/2010/01/25/free-brick-level-backups-on-exchange-2003sbs-2003/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 16:32:03 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[BackupPC]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Exmerge]]></category>

		<guid isPermaLink="false">http://blog.roachy.net/?p=170</guid>
		<description><![CDATA[Free Brick Level backups on Exchange 2003/SBS 2003 using exmerge and backuppc<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=170&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen so many people attempt to restore Exchange and fail using Microsofts built in tools, or come unstuck because they want to restore a single mailbox, that I thought I&#8217;d document the free method of backing up Exchange that we use, so that it will hopefully help others.</p>
<p>One of the tools available from Microsoft free is Exmerge.  It allows individual mailboxes to be individually exported to PST files, which can then either be re-imported back into Exchange or simply opened in Outlook.  Exmerge is available from <a href="http://www.microsoft.com/downloads/details.aspx?familyid=429163ec-dcdf-47dc-96da-1c12d67327d5&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=429163ec-dcdf-47dc-96da-1c12d67327d5&amp;displaylang=en</a></p>
<p>Extract and save to the Exchsrv/bin directory, and when the appropriate mailboxes have been selected, destinations set save the configuration.  This will create an exmerge.ini file.</p>
<p>This can then be scripted in a batch file and run as a scheduled task.  I create a folder on the local disk of the Exchange server (although this can be done to a mapped drive) for each day I want the backup to run.</p>
<p>My exmon.bat file reads:</p>
<blockquote><p><strong>D:\exchsrvr\bin\exmerge.exe -F C:\scripts\exmon\exmerge.ini -B</strong></p></blockquote>
<p>Which runs the exmerge.exe, with the options specified in scripts\exmon\exmerge.ini and runs the script as a batch job using the -B switch.</p>
<p>To clean the folder prior to running, I have a separate batch file that runs earlier on the same day that runs</p>
<blockquote><p><strong>del /F /Q /S z:\Exchange\exmon\*.*</strong></p></blockquote>
<p>Subsequently to back up the PST files to a separate server I use the excellent BackupPC running on a Debian server.  Installation instructions for Debian are here:<a href="http://www.debianhelp.co.uk/backuppc.htm"> http://www.debianhelp.co.uk/backuppc.htm</a></p>
<p>The BackupPC box is confugured to access the SMB share that the PST&#8217;s are stored in, as well as additional file shares on the server.  BackupPC supports incremental backups and backups via a variety of methods (including SSH and rsync, as well as SMB).</p>
<p>It&#8217;s also possible to archive off historic backups for off-site using the archive functions within BackupPC.  As a free solution for backing up mailboxes and beiong able to recover easily (with version control) this is very effective&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=170&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2010/01/25/free-brick-level-backups-on-exchange-2003sbs-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>
	</item>
		<item>
		<title>Exchange 2003 Pop3 Service Hangs when starting</title>
		<link>http://blog.roachy.net/2009/04/28/exchange-2003-pop3-servive-hangs-when-starting/</link>
		<comments>http://blog.roachy.net/2009/04/28/exchange-2003-pop3-servive-hangs-when-starting/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 07:27:57 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://technicalmumblings.wordpress.com/?p=143</guid>
		<description><![CDATA[Exchange pop3 service hangs starting - telnet gives "connection to the host is lost"<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=143&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Following a reboot of our Exchange 2003 server, the Pop3 service stated it was started, but on trying to connect to port 110 using telnet it just popped up &#8220;connection to the host lost&#8221;.  When we attempted to restart the service it hung when starting &#8211; there were no events in the event viewer following the stopping of the service.</p>
<p>The solution was to kill the process in Task Manager (inetinfo.exe).  We found it immediately re-spawned and worked&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=143&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2009/04/28/exchange-2003-pop3-servive-hangs-when-starting/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrating a batch of Printers to a new Print Server</title>
		<link>http://blog.roachy.net/2009/03/23/migrating-a-batch-of-printers-to-a-new-print-server/</link>
		<comments>http://blog.roachy.net/2009/03/23/migrating-a-batch-of-printers-to-a-new-print-server/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 11:47:15 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Migrate Printers]]></category>

		<guid isPermaLink="false">http://technicalmumblings.wordpress.com/?p=136</guid>
		<description><![CDATA[I&#8217;ve just had to migrate a batch of printers to a new AD print server. Fortunately this process was made somewhat painless by the Microsoft Print Migration tool available here: http://www.microsoft.com/DOWNLOADS/details.aspx?FamilyID=9b9f2925-cbc9-44da-b2c9-ffdbc46b0b17&#38;displaylang=en<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=136&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just had to migrate a batch of printers to a new AD print server.  Fortunately this process was made somewhat painless by the Microsoft Print Migration tool available here:</p>
<p><a href="http://www.microsoft.com/DOWNLOADS/details.aspx?FamilyID=9b9f2925-cbc9-44da-b2c9-ffdbc46b0b17&amp;displaylang=en">http://www.microsoft.com/DOWNLOADS/details.aspx?FamilyID=9b9f2925-cbc9-44da-b2c9-ffdbc46b0b17&amp;displaylang=en</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=136&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2009/03/23/migrating-a-batch-of-printers-to-a-new-print-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>
	</item>
		<item>
		<title>How to add a HTML email signature (including embedded image) to Outlook Web Access</title>
		<link>http://blog.roachy.net/2009/03/20/how-to-add-a-html-email-signature-including-embedded-image-to-outlook-web-access/</link>
		<comments>http://blog.roachy.net/2009/03/20/how-to-add-a-html-email-signature-including-embedded-image-to-outlook-web-access/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 12:08:27 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[OWA]]></category>
		<category><![CDATA[Signature]]></category>

		<guid isPermaLink="false">http://technicalmumblings.wordpress.com/?p=133</guid>
		<description><![CDATA[Outlook web access does not allow the inclusion of images by default.  However it is possible to embed the image within the signature.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=133&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Outlook web access does not allow the inclusion of images by default.  However it is possible to embed the image within the signature.</p>
<p>First upload the image you wish to include to a web server and make a note of the full path.  ie, http://www.yourdomain.com/images/companylogo.jpg.</p>
<p>Then create a new signature in Outlook and ensure the path of the image on the signature points to your webserver.  You can find the raw signature files in &#8220;C:\documents and settings\username.domain\application data\microsoft\signatures&#8221; on Office 2007/XP. </p>
<p>You can then edit the raw signature in Notepad.This is an ideal opportunity to tidy up the messy html created by Outlook when designing the signature in the first place.  Find the image src and edit to point to the full path of the hosted image</p>
<p><img src="http://www.yourdomain.com/images/companylogo.gif"></p>
<p>Send an email with the signature embedded to the users email address and open the email within OWA (in IE).  Copy the signature then go into Options -&gt; Email Signatures and paste in the signature.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=133&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2009/03/20/how-to-add-a-html-email-signature-including-embedded-image-to-outlook-web-access/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>

		<media:content url="http://www.yourdomain.com/images/companylogo.gif" medium="image" />
	</item>
		<item>
		<title>Installing a PPTP Client in Fedora 10</title>
		<link>http://blog.roachy.net/2008/12/29/installing-a-pptp-client-in-fedora-10/</link>
		<comments>http://blog.roachy.net/2008/12/29/installing-a-pptp-client-in-fedora-10/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 19:40:56 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Fedora 10]]></category>
		<category><![CDATA[PPTP]]></category>
		<category><![CDATA[pptpconfig]]></category>

		<guid isPermaLink="false">http://technicalmumblings.wordpress.com/?p=123</guid>
		<description><![CDATA[The Network-Manager pptp client in F10 just wasn&#8217;t working for me.  Nothing in the logs, not output&#8230;.just nothing at all. The pptpconfig client is  a far better solution &#8211; it&#8217;s available from : http://pptpclient.sourceforge.net.  Unfortunately there are no installation documents available for F10 &#8211; it is easy to install though: #rpm -Uvh http://pptpclient.sourceforge.net/yum/stable/fc10/pptp-release-current.noarch.rpm # yum [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=123&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Network-Manager pptp client in F10 just wasn&#8217;t working for me.  Nothing in the logs, not output&#8230;.just nothing at all. The pptpconfig client is  a far better solution &#8211; it&#8217;s available from : http://pptpclient.sourceforge.net.  Unfortunately there are no installation documents available for F10 &#8211; it is easy to install though:</p>
<p style="padding-left:30px;">#rpm -Uvh http://pptpclient.sourceforge.net/yum/stable/fc10/pptp-release-current.noarch.rpm</p>
<p style="padding-left:30px;"># yum &#8211;enablerepo=pptp-stable install pptpconfig</p>
<p style="padding-left:30px;"># pptpconfig</p>
<p>&#8230;.enter the details of your PPTP account and connect.  Add additional routes if required</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=123&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2008/12/29/installing-a-pptp-client-in-fedora-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>
	</item>
		<item>
		<title>Connecting to a host using an alternative gateway with OpenVPN</title>
		<link>http://blog.roachy.net/2008/11/10/connecting-to-a-host-on-using-an-alternative-gateway-with-openvpn/</link>
		<comments>http://blog.roachy.net/2008/11/10/connecting-to-a-host-on-using-an-alternative-gateway-with-openvpn/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 12:16:13 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[default gateway]]></category>
		<category><![CDATA[OpenVPN]]></category>
		<category><![CDATA[pfSense]]></category>
		<category><![CDATA[routing]]></category>

		<guid isPermaLink="false">http://technicalmumblings.wordpress.com/?p=102</guid>
		<description><![CDATA[I&#8217;ve just finished installing a pfSense firewall as a second gateway for a network that required a dedicated internet connection for some services. Some of the hosts on the network use the main office internet connection as their default gateway. As a result of this I was unable to connect to these hosts from remotely [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=102&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just finished installing a pfSense firewall as a second gateway for a network that required a dedicated internet connection for some services.  Some of the hosts on the network use the main office internet connection as their default gateway.  As a result of this I was unable to connect to these hosts from remotely via the VPN, as the return path for the packets attempts to go via the primary internet connection, rather than via the VPN.</p>
<p>I had a quick glance at the pfSense/OpenVPN docs to see whether there was anything I could specify in pfSense and they stated that the machines needed to use the pfSense as the default gateway &#8211; this was unacceptable for our purposes here (one of the devices in question is the Asterisk VoIP server on the network which needs to use the other Internet connection for it&#8217;s external traffic).  There is an easy solution to this however by simply adding a static route back to the IP range issued to DHCP clients via the pfSense&#8217;s internal IP.</p>
<p>This looks something like this:</p>
<p><a href="http://technicalmumblings.files.wordpress.com/2008/11/openvpn.jpeg"><img class="aligncenter size-full wp-image-103" title="openvpn" src="http://technicalmumblings.files.wordpress.com/2008/11/openvpn.jpeg?w=425&#038;h=237" alt="openvpn" width="425" height="237" /></a></p>
<p>Effectively any internal machines that need to be visible over the VPN need to have an appropriate return path configured.  The DHCP scope I have used for VPN clients is 10.0.200.0/24.<br />
For linux machines on the network, the route can be added on a temporary basis (ie. until reboot) by entering the following command on the host:</p>
<pre>route add -net 10.0.200.0/24 gw 10.204.6.1</pre>
<p>or permanently by adding an entry into the /etc/sysconfig/static-routes (on Centos as per <a href="http://www.centos.org/docs/5/html/5.1/Deployment_Guide/s1-networkscripts-static-routes.html">http://www.centos.org/docs/5/html/5.1/Deployment_Guide/s1-networkscripts-static-routes.html</a>)</p>
<p>On Windows hosts this can be achieved by adding a persistent route:</p>
<p>route add -p 10.0.200.0 mask 255.255.255.0 10.204.6.1</p>
<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=102&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2008/11/10/connecting-to-a-host-on-using-an-alternative-gateway-with-openvpn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>

		<media:content url="http://technicalmumblings.files.wordpress.com/2008/11/openvpn.jpeg" medium="image">
			<media:title type="html">openvpn</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Recipient Policy to Create Email Addresses</title>
		<link>http://blog.roachy.net/2008/09/05/using-recipient-policy-to-create-email-addresses/</link>
		<comments>http://blog.roachy.net/2008/09/05/using-recipient-policy-to-create-email-addresses/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 09:22:38 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Recipient Policy]]></category>

		<guid isPermaLink="false">http://technicalmumblings.wordpress.com/?p=90</guid>
		<description><![CDATA[By default, Microsoft exchange uses the username when creating email addresses for users using Recipient Policy. eg. username@domainname.com However, in many cases the standardised email address format is slightly different &#8211; for example: firstname.lastname@domainname.com This is actually really easy to edit in the Exchange System Manager using a few variables: %g  = Given Name (First [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=90&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>By default, Microsoft exchange uses the username when creating email addresses for users using Recipient Policy.</p>
<p>eg.</p>
<blockquote><p>username@domainname.com</p></blockquote>
<p>However, in many cases the standardised email address format is slightly different &#8211; for example:</p>
<blockquote><p>firstname.lastname@domainname.com</p></blockquote>
<p>This is actually really easy to edit in the Exchange System Manager using a few variables:</p>
<p>%g  = Given Name (First name).<br />
%3g = means first 3 letters of Given Name<br />
%s  = Surname (Last name).<br />
%3s = means first 3      letters of sn.<br />
%d  = displayname.<br />
%m  = Exchange alias.</p>
<p>Once this has been edited, just right click on the Policy and click Update this Policy now.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/technicalmumblings.wordpress.com/90/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/technicalmumblings.wordpress.com/90/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=90&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2008/09/05/using-recipient-policy-to-create-email-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>
	</item>
		<item>
		<title>How to determine the MAC address of a remote machine</title>
		<link>http://blog.roachy.net/2008/08/05/how-to-determine-the-mac-address-of-a-remote-machine/</link>
		<comments>http://blog.roachy.net/2008/08/05/how-to-determine-the-mac-address-of-a-remote-machine/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 12:16:38 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[arp]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[Nbtscan]]></category>
		<category><![CDATA[remote]]></category>

		<guid isPermaLink="false">http://technicalmumblings.wordpress.com/?p=78</guid>
		<description><![CDATA[Sometimes it&#8217;s necessary to discover the MAC address of a remote system on a network quickly (for example when setting up DHCP scope reservations). It&#8217;s fortunately a really easy process to determine this information. First of all, ping the remote host, then run an arp -a at the command line.  This will give you the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=78&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sometimes it&#8217;s necessary to discover the MAC address of a remote system on a network quickly (for example when setting up DHCP scope reservations). It&#8217;s fortunately a really easy process to determine this information.</p>
<p>First of all, ping the remote host, then run an</p>
<p style="padding-left:30px;">arp -a</p>
<p>at the command line.  This will give you the MAC details.  The catch is that this only works on the same subnet &#8211; when trying to do this on a remote subnet (on the other side of a router, etc) you won&#8217;t get a response&#8230;there is a solution for this though, as long as the remote host you want to determine the MAC for is a Windows host.</p>
<p>NBTscan is a tool that can do this (and is available from the repositories on most linux distros (or at least on Debian, Ubuntu and Fedora, and is  also downloadable for Windows <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/technicalmumblings.wordpress.com/78/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/technicalmumblings.wordpress.com/78/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=78&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2008/08/05/how-to-determine-the-mac-address-of-a-remote-machine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>
	</item>
		<item>
		<title>First DNS Hijacks reported</title>
		<link>http://blog.roachy.net/2008/07/29/first-dns-hijacks-reported/</link>
		<comments>http://blog.roachy.net/2008/07/29/first-dns-hijacks-reported/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 07:34:55 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[BIND]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Kaminsky]]></category>
		<category><![CDATA[Patch]]></category>

		<guid isPermaLink="false">http://technicalmumblings.wordpress.com/?p=66</guid>
		<description><![CDATA[It looks like following Dan Kaminsky&#8217;s exploit being made public the first attacks have been reported on DNS servers: http://www.techcentral.ie/article.aspx?id=12375 I can&#8217;t believe that there are many people out there who haven&#8217;t yet patched their DNS servers&#8230;&#8230;but it&#8217;s worth checking on the Doxpara site (http://www.doxpara.com/) &#8230;that is, of course unless you&#8217;re DNS has been hijacked [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=66&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It looks like following Dan Kaminsky&#8217;s exploit being made public the first attacks have been reported on DNS servers:</p>
<p><a href="http://http://www.techcentral.ie/article.aspx?id=12375">http://www.techcentral.ie/article.aspx?id=12375</a></p>
<p>I can&#8217;t believe that there are many people out there who haven&#8217;t yet patched their DNS servers&#8230;&#8230;but it&#8217;s worth checking on the Doxpara site (<a href="http://www.doxpara.com/">http://www.doxpara.com/</a>)</p>
<p>&#8230;that is, of course unless you&#8217;re DNS has been hijacked and you are being sent to a spoofed doxpara site <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Still bad news for those running Mac DNS servers as Apple still haven&#8217;t released a patch, although apparently the Bind team have stated that the BSD version of the patch can be ported&#8230;.</p>
<p>Further info here:</p>
<p><a href="http://xforce.iss.net/xforce/xfdb/35575">http://xforce.iss.net/xforce/xfdb/35575</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/technicalmumblings.wordpress.com/66/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/technicalmumblings.wordpress.com/66/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=66&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2008/07/29/first-dns-hijacks-reported/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>
	</item>
		<item>
		<title>Corruption in Roaming Profiles in Windows Vista</title>
		<link>http://blog.roachy.net/2008/07/09/corruption-in-roaming-profiles-in-windows-vista/</link>
		<comments>http://blog.roachy.net/2008/07/09/corruption-in-roaming-profiles-in-windows-vista/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 15:58:20 +0000</pubDate>
		<dc:creator>Paul Morgan-Roach</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[corrupt]]></category>
		<category><![CDATA[roaming profile]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Your user profile was not loaded correctly! You have be]]></category>

		<guid isPermaLink="false">http://technicalmumblings.wordpress.com/?p=64</guid>
		<description><![CDATA[It&#8217;s common knowledge that Roaming Profiles are a pretty bad idea, but for practicalities sake and ensuring users back up the data on the Desktop, they are sometimes a necessary evil. Recently for a specific user, the user received the error on their Vista laptop: &#8220;Your user profile was not loaded correctly! You have been [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=64&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s common knowledge that Roaming Profiles are a <a href="http://geekswithblogs.net/HammerTips/archive/2008/05/28/roaming-profile-best-practices.aspx" target="_blank">pretty bad idea</a>, but for practicalities sake and ensuring users back up the data on the Desktop, they are sometimes a necessary evil.</p>
<p>Recently for a specific user, the user received the error on their Vista laptop:</p>
<blockquote><p>&#8220;Your user profile was not loaded correctly! You have been logged on with a temporary profile.</p>
<p>Changes you make to this profile will be lost when you log off. Please see the event log for details or contact your administrator.&#8221;</p></blockquote>
<p>When logging onto a different laptop, the profile loaded correctly.  which meant the issue was on the users laptop, rather than an issue with the profile.</p>
<p>Task #1 is to back up the data on the profile to a separate location.  Particularly any files on the Desktop that you are desperate to preserve.  Next, a quick registry edit removing the reference to the roaming profile for the user; find the entry for the corresponding users SID in the following key:</p>
<blockquote><p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList</p></blockquote>
<p>Remove the key <em><strong>for this SID only</strong></em> (you should see the path to the profile within the key to give it away).</p>
<p>On deleting the key, just reboot and it should pull down the profile as usual.  In the event of the new profile overwriting the server copy, then simply copy the backup data (you&#8217;d be well advised to just copy docs and manually recreate settings such as Exchange profiles).</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/technicalmumblings.wordpress.com/64/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/technicalmumblings.wordpress.com/64/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/technicalmumblings.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/technicalmumblings.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/technicalmumblings.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/technicalmumblings.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/technicalmumblings.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/technicalmumblings.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/technicalmumblings.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/technicalmumblings.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/technicalmumblings.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/technicalmumblings.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/technicalmumblings.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/technicalmumblings.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/technicalmumblings.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/technicalmumblings.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.roachy.net&amp;blog=2880390&amp;post=64&amp;subd=technicalmumblings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.roachy.net/2008/07/09/corruption-in-roaming-profiles-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">roachy1979</media:title>
		</media:content>
	</item>
	</channel>
</rss>