<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The VBScript Network and Systems Administrator&#039;s Cafe &#187; registry</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/tag/registry/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator</link>
	<description></description>
	<lastBuildDate>Tue, 11 Oct 2011 18:36:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Fun with the Registry: Saving ODBC Entries from a server (and moving them to a new server)</title>
		<link>http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/fun-with-the-registry-saving-odbc-entries-from-a-server-and-moving-them-to-a-new-server/</link>
		<comments>http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/fun-with-the-registry-saving-odbc-entries-from-a-server-and-moving-them-to-a-new-server/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 14:42:09 +0000</pubDate>
		<dc:creator>Jerry Lees</dc:creator>
				<category><![CDATA[fun with the registry]]></category>
		<category><![CDATA[migrate ODBC entries]]></category>
		<category><![CDATA[migrating a web server]]></category>
		<category><![CDATA[ODBC]]></category>
		<category><![CDATA[ODBC entries]]></category>
		<category><![CDATA[rebuilding a webserver]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Web applications]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/?p=108</guid>
		<description><![CDATA[On occasion you have to rebuild servers, some are worse than others to rebuild. Much like my previous post on moving file and print shares, Web Servers are not that difficult to rebuild, but one of the tedious tasks in moving a web server is setting up all the ODBC entries that have been added over time all at once. you [...]]]></description>
				<content:encoded><![CDATA[<p>On occasion you have to rebuild servers, some are worse than others to rebuild. Much like my previous post on <a href="http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/fun-with-the-registry-saving-odbc-entries-from-a-server-and-moving-them-to-a-new-server/" target="_self">moving file and print shares</a>, Web Servers are not that difficult to rebuild, but one of the tedious tasks in moving a web server is setting up all the ODBC entries that have been added over time all at once. you know the drill:</p>
<blockquote><p>Point. Click. Click. Click. Add. Double check settings. Click OK.  Pray it&#8217;s right.</p></blockquote>
<p>Well, all the ODBC enties on a system are actually in the registry! You can save a TON of time&#8211; and be lazy! &#8212; by simply exporting the proper key in the registry and importing it to the new server! <em>(Note: This just moves the OBDC entries&#8230; you&#8217;ll want to be extra careful that all the ODBC Drivers imported are actually installed on the server and probably are the same versions)</em>  The registry key is:</p>
<p><strong>HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI</strong></p>
<p>Keep in mind&#8230; your editing the registry on your fresh new server&#8230; so I&#8217;ll once again blatantly copy Microsoft&#8217;s stereotypical disclaimer:  <img src='http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<blockquote><p><strong><em>Caution, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow the steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base: </em></strong></p>
<div class="indent"><a class="KBlink" href="http://itknowledgeexchange.techtarget.com/kb/322756/"><strong><em>322756</em></strong></a><strong><em>  <span class="pLink">(http://support.microsoft.com/kb/322756/ ) </span>How to back up and restore the registry in Windows</em></strong></div>
</blockquote>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/fun-with-the-registry-saving-odbc-entries-from-a-server-and-moving-them-to-a-new-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun with the registry: Saving shares and share permissions from a server (and moving them to a new server)</title>
		<link>http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/fun-with-the-registry-saving-shares-and-share-permissions-from-a-server-and-moving-them-to-a-new-server/</link>
		<comments>http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/fun-with-the-registry-saving-shares-and-share-permissions-from-a-server-and-moving-them-to-a-new-server/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 00:06:28 +0000</pubDate>
		<dc:creator>Jerry Lees</dc:creator>
				<category><![CDATA[File Server]]></category>
		<category><![CDATA[File Shares]]></category>
		<category><![CDATA[fun with the registry]]></category>
		<category><![CDATA[Lanmanserver]]></category>
		<category><![CDATA[Migrating Servers]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/?p=109</guid>
		<description><![CDATA[On occasion you have to rebuild servers, some are worse than others to rebuild. File Servers are not that difficult to rebuild, but one of the tedious tasks in moving a file server is setting up all the shares that have been added over time all at once. you know the drill: Point. Click. Click. Click. [...]]]></description>
				<content:encoded><![CDATA[<p>On occasion you have to rebuild servers, some are worse than others to rebuild. File Servers are not that difficult to rebuild, but one of the tedious tasks in moving a file server is setting up all the shares that have been added over time all at once. you know the drill:</p>
<blockquote><p>Point. Click. Click. Click. Add. Double check settings. Click OK.  Pray it&#8217;s right.</p></blockquote>
<p>Well, all the shares and the share permissions that are associated with each share are actually saved in the registry! You can save a TON of time and look like a super hero IT professional&#8211; and be lazy! By simply exporting the proper key in the registry and importing it to the new server! <em>(Note: If your drive letters change you will need to update the paths in the registry to get them to work.)</em>  The registry key is:</p>
<p><strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\Shares</strong></p>
<p>Keep in mind&#8230; your editing the registry on your fresh new server&#8230; so I&#8217;ll blatantly copy Microsoft&#8217;s stereotypical disclaimer:  <img src='http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<blockquote><p><strong><em>Caution, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow the steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base: </em></strong></p>
<div class="indent"><a class="KBlink" href="http://itknowledgeexchange.techtarget.com/kb/322756/"><strong><em>322756</em></strong></a><strong><em>  <span class="pLink">(http://support.microsoft.com/kb/322756/ ) </span>How to back up and restore the registry in Windows</em></strong></div>
</blockquote>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/fun-with-the-registry-saving-shares-and-share-permissions-from-a-server-and-moving-them-to-a-new-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
