<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>GregAshbaugh.com</title>
	
	<link>http://www.ashbaughonline.com</link>
	<description>Powered By Technology</description>
	<pubDate>Tue, 18 Nov 2008 05:42:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/AshbaughOnline" type="application/rss+xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
		<title>How to Remotely Reboot Windows Server</title>
		<link>http://www.ashbaughonline.com/2008/10/24/how-to-remotely-reboot-windows-server/</link>
		<comments>http://www.ashbaughonline.com/2008/10/24/how-to-remotely-reboot-windows-server/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 00:09:05 +0000</pubDate>
		<dc:creator>ashbaugh</dc:creator>
		
		<category><![CDATA[Microsoft Windows]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[remote reboot]]></category>

		<category><![CDATA[remote shutdown]]></category>

		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://www.ashbaughonline.com/?p=2185</guid>
		<description><![CDATA[ Sometimes it&#8217;s necessary to do a remote reboot of a server. For example today I was installing some patches and after I was done told the server to reboot. Unfortunately something got hung and I could no longer remote desktop into the server to see the problem.
A great alternative is to remotely connect and [...]]]></description>
			<content:encoded><![CDATA[<p> Sometimes it&#8217;s necessary to do a remote reboot of a server. For example today I was installing some patches and after I was done told the server to reboot. Unfortunately something got hung and I could no longer remote desktop into the server to see the problem.</p>
<p>A great alternative is to remotely connect and do a reboot. Here is how:</p>
<p>1. Start -> Run -> compmgmt.msc<br />
2. Right Click on Computer Management and select &#8220;Connect to another computer&#8221;<br />
3. Once connected you can do stuff such as stop and start services.<br />
4. To reboot or shutdown, right click on Computer Management again and click on properties.<br />
5. Click the Advanced Tab.<br />
6. Under Startup and Recovery, select the Settings button.<br />
7. Click the Shutdown button. When you click the Shutdown button, you will be presented with more options such as the ability to restart instead of Shutdown, and to force applications to close if hung.</p>
<p>Now go reboot some machines!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ashbaughonline.com/2008/10/24/how-to-remotely-reboot-windows-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The IP address XXX.XXX.XXX.XXX you have entered for this network adapter is already assigned to another adapter Name of adapter</title>
		<link>http://www.ashbaughonline.com/2008/10/24/the-ip-address-xxxxxxxxxxxx-you-have-entered-for-this-network-adapter-is-already-assigned-to-another-adapter-name-of-adapter/</link>
		<comments>http://www.ashbaughonline.com/2008/10/24/the-ip-address-xxxxxxxxxxxx-you-have-entered-for-this-network-adapter-is-already-assigned-to-another-adapter-name-of-adapter/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 22:20:20 +0000</pubDate>
		<dc:creator>ashbaugh</dc:creator>
		
		<category><![CDATA[Error Messages]]></category>

		<category><![CDATA[Microsoft Windows]]></category>

		<category><![CDATA[VMware]]></category>

		<category><![CDATA[adapter]]></category>

		<category><![CDATA[network adapter]]></category>

		<category><![CDATA[vmware converter]]></category>

		<guid isPermaLink="false">http://www.ashbaughonline.com/?p=2181</guid>
		<description><![CDATA[ Here is an error message you might receive when trying to set the network properties of an adapter after a P2V. What happens is the old network devices don&#8217;t get completely removed. 
Here is the full error:
The IP address XXX.XXX.XXX.XXX you have entered for this network adapter is already assigned to another adapter Name [...]]]></description>
			<content:encoded><![CDATA[<p> Here is an error message you might receive when trying to set the network properties of an adapter after a P2V. What happens is the old network devices don&#8217;t get completely removed. </p>
<p>Here is the full error:</p>
<p>The IP address XXX.XXX.XXX.XXX you have entered for this network adapter is already assigned to another adapter Name of adapter. Name of adapter is hidden from the network and Dial-up Connections folder because it is not physically in the computer or is a legacy adapter that is not working. If the same address is assigned to both adapters and they become active, only one of them will use this address. This may result in incorrect system configuration. Do you want to enter a different IP address for this adapter in the list of IP addresses in the advanced dialog box? </p>
<p>To solve this issue do the following:</p>
<p>1.	Click Start, click Run, type cmd.exe, and then press ENTER.<br />
2.	Type set devmgr_show_nonpresent_devices=1, and then press ENTER.<br />
3.	Type Start DEVMGMT.MSC, and then press ENTER.<br />
4.	Click View, and then click Show Hidden Devices.<br />
5.	Expand the Network Adapters tree.<br />
6.	Right-click the dimmed network adapter, and then click Uninstall.</p>
<p>Now your old devices will be removed from the server.</p>
<p>From:<br />
http://support.microsoft.com/kb/269155</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ashbaughonline.com/2008/10/24/the-ip-address-xxxxxxxxxxxx-you-have-entered-for-this-network-adapter-is-already-assigned-to-another-adapter-name-of-adapter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pause Windows 2003 Server Shares</title>
		<link>http://www.ashbaughonline.com/2008/10/23/pause-windows-2003-server-shares/</link>
		<comments>http://www.ashbaughonline.com/2008/10/23/pause-windows-2003-server-shares/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 04:04:12 +0000</pubDate>
		<dc:creator>ashbaugh</dc:creator>
		
		<category><![CDATA[Microsoft Windows]]></category>

		<category><![CDATA[Troubleshooting]]></category>

		<category><![CDATA[file share]]></category>

		<category><![CDATA[pause file shares]]></category>

		<category><![CDATA[windows 2003]]></category>

		<guid isPermaLink="false">http://www.ashbaughonline.com/?p=2178</guid>
		<description><![CDATA[ A part of my job that I really enjoy is when I&#8217;m faced with challenges and learning new things to achieve them.
Today I was looking for a solution to pause or temporarily disable file shares in Microsoft Windows Server. There are some obvious and easy answer to do this such as removing users / [...]]]></description>
			<content:encoded><![CDATA[<p> A part of my job that I really enjoy is when I&#8217;m faced with challenges and learning new things to achieve them.</p>
<p>Today I was looking for a solution to pause or temporarily disable file shares in Microsoft Windows Server. There are some obvious and easy answer to do this such as removing users / groups, or stopping or pausing the Server service. However I had a couple constraints, one of which was keeping the Server service on as it was needed for a live migration. The other constraint was that I didn&#8217;t want to remove users and didn&#8217;t want to completely remove the shares as I didn&#8217;t want to recreate them as well as the permissions that go along with them.</p>
<p>I asked around but no one really had an answer for me, but I always know that I can turn to my fellow netizens. I turned to a great site, experts-exchange.com where I was able to post my question and receive several responses from people. Most of the responses weren&#8217;t that great or were things I already knew, but one person provided a really good solution. Here it is:</p>
<p>export registry: HKLM\SYSTEM\CCS\Services\LanmanServer\Shares<br />
Then delete shares that you don&#8217;t want during migration (compmgmt.msc)<br />
After migration -> import that registry hive back<br />
restart server service</p>
<p>As an extra precaution I also backed up from the LanmanServer level.</p>
<p>This solution worked great and I was able to perform my migration without worrying that anyone would be accessing the server shares and with some extra relief that I wouldn&#8217;t have much post migration work to perform.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ashbaughonline.com/2008/10/23/pause-windows-2003-server-shares/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Create a Favicon For Your Website</title>
		<link>http://www.ashbaughonline.com/2008/10/22/how-to-create-a-favicon-for-your-website/</link>
		<comments>http://www.ashbaughonline.com/2008/10/22/how-to-create-a-favicon-for-your-website/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 05:22:49 +0000</pubDate>
		<dc:creator>ashbaugh</dc:creator>
		
		<category><![CDATA[Web Design &amp; Code]]></category>

		<category><![CDATA[favicon]]></category>

		<category><![CDATA[favorites]]></category>

		<category><![CDATA[ico]]></category>

		<category><![CDATA[icon]]></category>

		<guid isPermaLink="false">http://www.ashbaughonline.com/?p=2165</guid>
		<description><![CDATA[ A Favicon, also known as a Favorites icon, is a small icon representing a website that is commonly displayed next to the URL in a web browsers address bar and/or the browser tab. 
Below you will see a screen shot from Firefox showing my latest Favicon which is the letter G. You can also [...]]]></description>
			<content:encoded><![CDATA[<p> A Favicon, also known as a Favorites icon, is a small icon representing a website that is commonly displayed next to the URL in a web browsers address bar and/or the browser tab. </p>
<p>Below you will see a screen shot from Firefox showing my latest Favicon which is the letter G. You can also see the Favicon for Engadget&#8217;s website in the next tab.</p>
<p><a href="http://www.ashbaughonline.com/wp-content/uploads/2008/10/faviconexample.jpg"><img src="http://www.ashbaughonline.com/wp-content/uploads/2008/10/faviconexample.jpg" alt="" title="faviconexample" width="500" height="96" class="alignnone size-full wp-image-2166" /></a></p>
<p>In the past I have used graphic editors to create my Favicons such as Adobe Photoshop. To create a Favicon you typically start with an image that is 16&#215;16 pixels in size. You can also do 32&#215;32 which will scale down. Once finished creating the image, you would save the icon with a .ICO file extension. There are many converters that can be found on the web to convert your graphic file to this format. There are also plugins for Photoshop that will let you directly save in this extension.</p>
<p>To create my most recent Favicon I stumbled across a great website <a href="http://favicon.cc/" target="_blank">http://favicon.cc/</a> that allows you to create your own on the fly and automatically download it. You are presented with a grid that is 16&#215;16 pixels in size and you have various paint tools to create your Favicon.</p>
<p><a href="http://www.ashbaughonline.com/wp-content/uploads/2008/10/favicongrid.jpg"><img src="http://www.ashbaughonline.com/wp-content/uploads/2008/10/favicongrid.jpg" alt="" title="favicongrid" width="500" height="299" class="alignnone size-full wp-image-2167" /></a></p>
<p>After downloading the Favicon you can upload it to your web hosting provider. You will need to place the following code inside the HEAD tags of your webpage. </p>
<p>Here is an example:</p>
<p><code>&lt;html&gt;<br />
&lt;head&gt;<br />
  &lt;title&gt;My Website&lt;/title&gt;<br />
  &lt;link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code></p>
<p>Be sure the href option has the correct file name and that you give it the proper path to the Favicon file. The example assumes that the file is located in the root directory.</p>
<p>Enjoy your new Favicon for your website!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ashbaughonline.com/2008/10/22/how-to-create-a-favicon-for-your-website/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Posting Look</title>
		<link>http://www.ashbaughonline.com/2008/10/21/new-posting-look/</link>
		<comments>http://www.ashbaughonline.com/2008/10/21/new-posting-look/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 01:42:31 +0000</pubDate>
		<dc:creator>ashbaugh</dc:creator>
		
		<category><![CDATA[Web Design &amp; Code]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.ashbaughonline.com/?p=2159</guid>
		<description><![CDATA[ As I mentioned in a previous post, I&#8217;ve been working on some site tweaks here and there. I&#8217;ve been playing with some CSS and sometime in the near future I&#8217;m going to be updating the look and feel of most of the fonts on the site which will be nice. Here is a preview [...]]]></description>
			<content:encoded><![CDATA[<p> As I mentioned in a previous post, I&#8217;ve been working on some site tweaks here and there. I&#8217;ve been playing with some CSS and sometime in the near future I&#8217;m going to be updating the look and feel of most of the fonts on the site which will be nice. Here is a preview of what the postings will look like:</p>
<p><a href="http://www.ashbaughonline.com/wp-content/uploads/2008/10/postings1.jpg"><img src="http://www.ashbaughonline.com/wp-content/uploads/2008/10/postings1.jpg" alt="" title="postings1" width="427" height="370" class="alignnone size-full wp-image-2161" /></a></p>
<p>It will take me some time to modify everything throughout the site, so I&#8217;ll be working on my dev site locally before pushing it out.</p>
<p>There are some outstanding themes out on the web to use, but I really like working on my own. You will also notice that I have a new Favicon I put on the site. I&#8217;ll be writing a post about that sometime soon.</p>
<p>All the best.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ashbaughonline.com/2008/10/21/new-posting-look/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Site Changes</title>
		<link>http://www.ashbaughonline.com/2008/10/19/site-changes/</link>
		<comments>http://www.ashbaughonline.com/2008/10/19/site-changes/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 08:23:47 +0000</pubDate>
		<dc:creator>ashbaugh</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.ashbaughonline.com/?p=2155</guid>
		<description><![CDATA[ I&#8217;ve decided I&#8217;m going to be making some changes to the site.
First, I&#8217;m going to be changing the main domain to: gregashbaugh.com. Ashbaughonline.com will still work, but just redirect to gregashbaugh.com. I renewed my domain for 9 long years on GoDaddy. SEO (Search Engine Optimization) guides will tell you it&#8217;s better to register your [...]]]></description>
			<content:encoded><![CDATA[<p> I&#8217;ve decided I&#8217;m going to be making some changes to the site.</p>
<p>First, I&#8217;m going to be changing the main domain to: gregashbaugh.com. Ashbaughonline.com will still work, but just redirect to gregashbaugh.com. I renewed my domain for 9 long years on GoDaddy. SEO (Search Engine Optimization) guides will tell you it&#8217;s better to register your domains for the longest amount of time that you can. It&#8217;s one of the many things that engines such as Google use to rank your site. I&#8217;m not overly concerned with rank since I&#8217;m not trying to sell anything, but it&#8217;s good nonetheless.</p>
<p>I&#8217;ve also been thinking about some design changes. I get tired of the same thing after awhile, so I might be making some minor changes here and there.</p>
<p>I still have a few things to update after my upgrade tonight which I might get to tomorrow. Also my rounded corners haven&#8217;t been working in IE for some time, but now they&#8217;re fixed.</p>
<p>Thanks for visiting my small part of the Interweb. :]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ashbaughonline.com/2008/10/19/site-changes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Internal Server Error WordPress</title>
		<link>http://www.ashbaughonline.com/2008/10/19/internal-server-error-wordpress/</link>
		<comments>http://www.ashbaughonline.com/2008/10/19/internal-server-error-wordpress/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 07:46:54 +0000</pubDate>
		<dc:creator>ashbaugh</dc:creator>
		
		<category><![CDATA[Error Messages]]></category>

		<category><![CDATA[Word Press]]></category>

		<guid isPermaLink="false">http://www.ashbaughonline.com/?p=2150</guid>
		<description><![CDATA[ Here is an error message I was getting after I upgraded to the new version of WordPress tonight. To fix it I went to the Permalinks section which is found under Settings, and changed it to Default. Then I changed it back to my normal structure and everything is working good now.
Hope that might [...]]]></description>
			<content:encoded><![CDATA[<p> Here is an error message I was getting after I upgraded to the new version of WordPress tonight. To fix it I went to the Permalinks section which is found under Settings, and changed it to Default. Then I changed it back to my normal structure and everything is working good now.</p>
<p>Hope that might help someone out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ashbaughonline.com/2008/10/19/internal-server-error-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress Upgrade</title>
		<link>http://www.ashbaughonline.com/2008/10/18/wordpress-upgrade-2/</link>
		<comments>http://www.ashbaughonline.com/2008/10/18/wordpress-upgrade-2/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 03:11:46 +0000</pubDate>
		<dc:creator>ashbaugh</dc:creator>
		
		<category><![CDATA[Word Press]]></category>

		<guid isPermaLink="false">http://www.ashbaughonline.com/?p=2148</guid>
		<description><![CDATA[ Tonight I upgraded to the latest version of WordPress, Version 2.6.2. If anyone was trying to visit today and things were a little messy that&#8217;s why.
I was checking out the WP Blog today, and it appears that version 2.7 is making progress. Looks as though I&#8217;ll have another upgrade to do in the not [...]]]></description>
			<content:encoded><![CDATA[<p> Tonight I upgraded to the latest version of WordPress, Version 2.6.2. If anyone was trying to visit today and things were a little messy that&#8217;s why.</p>
<p>I was checking out the WP Blog today, and it appears that version 2.7 is making progress. Looks as though I&#8217;ll have another upgrade to do in the not too distant future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ashbaughonline.com/2008/10/18/wordpress-upgrade-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Virtual Disk Is Either Corrupted Or Not A Supported Format</title>
		<link>http://www.ashbaughonline.com/2008/10/17/the-virtual-disk-is-either-corrupted-or-not-a-supported-format/</link>
		<comments>http://www.ashbaughonline.com/2008/10/17/the-virtual-disk-is-either-corrupted-or-not-a-supported-format/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 02:51:46 +0000</pubDate>
		<dc:creator>ashbaugh</dc:creator>
		
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.ashbaughonline.com/2008/10/17/the-virtual-disk-is-either-corrupted-or-not-a-supported-format/</guid>
		<description><![CDATA[ Here is an error message I was getting while trying to clone a virtual machine in VMware. This can occur if something went south with a snapshot or if you extended one of your vmdk files, or possibly for some other unknown reason.
The only way I could fix it was to use VMware Converter. [...]]]></description>
			<content:encoded><![CDATA[<p> Here is an error message I was getting while trying to clone a virtual machine in VMware. This can occur if something went south with a snapshot or if you extended one of your vmdk files, or possibly for some other unknown reason.</p>
<p>The only way I could fix it was to use VMware Converter. First make sure all your snapshots are committed. Then tell converter that your virtual machine is a physical box which will allow you to shrink the vmdk file. It doesn&#8217;t have to be my much.</p>
<p>Cheers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ashbaughonline.com/2008/10/17/the-virtual-disk-is-either-corrupted-or-not-a-supported-format/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Win a 2 GB MP3 Player with Voice Recorder &amp; Thumb Drive</title>
		<link>http://www.ashbaughonline.com/2008/09/28/win-a-2-gb-mp3-player-with-voice-recorder-thumb-drive/</link>
		<comments>http://www.ashbaughonline.com/2008/09/28/win-a-2-gb-mp3-player-with-voice-recorder-thumb-drive/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 05:57:17 +0000</pubDate>
		<dc:creator>ashbaugh</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.ashbaughonline.com/2008/09/28/win-a-2-gb-mp3-player-with-voice-recorder-thumb-drive/</guid>
		<description><![CDATA[ Ashbaugh Online and M80 are hosting a giveaway to support www.laptopexperts.net!&#160; To celebrate the help forum for laptops of all kinds (regardless of make, model, and manufacturer), Ashbaugh Online is giving away five Machspeed 2 GB MP3 Players with Voice Recorder &#38; Thumb Drive completely free.
Here is the device:

Here&#8217;s what you have to do [...]]]></description>
			<content:encoded><![CDATA[<p> Ashbaugh Online and M80 are hosting a giveaway to support <a href="www.laptopexperts.net" target="_blank">www.laptopexperts.net</a>!&nbsp; To celebrate the help forum for laptops of all kinds (regardless of make, model, and manufacturer), Ashbaugh Online is giving away five Machspeed <a href="http://www.amazon.com/Machspeed-MP3-Player-Voice-Recorder/dp/B000FOWI6K/ref=sr_1_2?ie=UTF8&amp;s=electronics&amp;qid=1219175684&amp;sr=8-2" target="_blank">2 GB MP3 Players with Voice Recorder &amp; Thumb Drive</a> completely free.</p>
<p>Here is the device:</p>
<p><img src='http://www.ashbaughonline.com/wp-content/uploads/2008/10/flashdrive2.jpg' alt='flashdrive2.jpg' /></p>
<p>Here&#8217;s what you have to do to win:</p>
<p>1. Follow me on <a href="http://twitter.com/ashbaugh" target="_blank">Twitter</a>.</p>
<p>2. Subscribe to my <a href="http://feeds.feedburner.com/AshbaughOnline" target="_blank">RSS Feed</a>. The easiest way is to subscribe through e-mail which can be found in the form on the right column.</p>
<p>3. Leave a comment below.</p>
<ul>
<li>Tell me why this 2 GB MP3 Player / Thumbdrive will be useful for you.</li>
<li>Visit <a href="http://www.Laptopexperts.net">http://www.Laptopexperts.net</a> and post some feedback about the site in your comment.</li>
</ul>
<p>That&#8217;s it! I will notify the winners on October 20th. In the comment you can leave me some kind of indication who you are on Twitter, or if you wish to keep it private, I will e-mail you and ask your twitter handle if you are selected. (Must respond to inquiry within 24hrs or a different winner will be selected.) E-mail addresses are kept private.</p>
<p>Good Luck!</p>
<p><strong>Update:</strong></p>
<p>Winners have been notified by e-mail. Thanks for participating.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ashbaughonline.com/2008/09/28/win-a-2-gb-mp3-player-with-voice-recorder-thumb-drive/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
