<?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></title>
	<atom:link href="http://it-john.com/home/feed" rel="self" type="application/rss+xml" />
	<link>http://it-john.com/home</link>
	<description>an admin limited by end-user intelligence</description>
	<lastBuildDate>Tue, 02 Mar 2010 15:42:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Delete Files Remotely Using PowerShell Script</title>
		<link>http://it-john.com/home/archives/1356#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://it-john.com/home/archives/1356#comments</comments>
		<pubDate>Wed, 17 Feb 2010 21:28:45 +0000</pubDate>
		<dc:creator>itjohn</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[delete file]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[remotely delete file]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=1356</guid>
		<description><![CDATA[To run this with out reading a list just remove the commands at the the bottom and replace the &#8220;$_&#8221; with computer name or replace the $file variable with local path
123456789101112131415#MAIN
function delete-remotefile &#123; 
&#160; &#160; PROCESS &#123; 
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; $file = &#34;\\$_\c$\File_to_be_deleted.txt&#34; 
&#160; &#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>To run this with out reading a list just remove the commands at the the bottom and replace the &#8220;$_&#8221; with computer name or replace the $file variable with local path</p>
<div class="codecolorer-container powershell default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br /></div></td><td><div class="powershell codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #008000;">#MAIN</span><br />
<span style="color: #0000FF;">function</span> delete<span style="color: pink;">-</span>remotefile <span style="color: #000000;">&#123;</span> <br />
&nbsp; &nbsp; PROCESS <span style="color: #000000;">&#123;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #800080;">$file</span> <span style="color: pink;">=</span> <span style="color: #800000;">&quot;\\$_\c$\File_to_be_deleted.txt&quot;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000FF;">if</span> <span style="color: #000000;">&#40;</span><span style="color: #008080; font-weight: bold;">test-path</span> <span style="color: #800080;">$file</span><span style="color: #000000;">&#41;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #008080; font-weight: bold;">echo</span> <span style="color: #800000;">&quot;$_ &nbsp;File exists&quot;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #008080; font-weight: bold;">Remove-Item</span> <span style="color: #800080;">$file</span> <span style="color: #008080; font-style: italic;">-force</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #008080; font-weight: bold;">echo</span> <span style="color: #800000;">&quot;$_ &nbsp;Files deleted&quot;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span> <br />
<span style="color: #000000;">&#125;</span> <br />
<br />
<span style="color: #008000;"># Reads list and pipes to function</span><br />
<span style="color: #008080; font-weight: bold;">Get-Content</span> &nbsp;C:\Scripts\Computers.txt <span style="color: pink;">|</span> delete<span style="color: pink;">-</span>remotefile <span style="color: pink;">&gt;&gt;</span> C:\Scripts\Log.txt</div></td></tr></tbody></table></div>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="john@it-john.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Add to the Coffee Fund for Delete Files Remotely Using PowerShell Script" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="1" /><input type="image" src="http://it-john.com/home/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee Fund" title="Coffee Fund" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=john@it-john.com&amp;currency_code=USD&amp;amount=1&amp;return=&amp;item_name=Add+to+the+Coffee+Fund+for+Delete+Files+Remotely+Using+PowerShell+Script" target="paypal">If your in IT you know coffee is almost as important as the air we breath. Show your support and add to the coffee fund. SHOW YOUR SUPPORT... Add to the coffee fund</a></p><img src="http://it-john.com/home/?ak_action=api_record_view&id=1356&type=feed" alt="" /><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1356&amp;linkname=Delete%20Files%20Remotely%20Using%20PowerShell%20Script" title="Digg" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1356&amp;linkname=Delete%20Files%20Remotely%20Using%20PowerShell%20Script" title="Facebook" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1356&amp;linkname=Delete%20Files%20Remotely%20Using%20PowerShell%20Script" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1356&amp;linkname=Delete%20Files%20Remotely%20Using%20PowerShell%20Script" title="MySpace" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1356&amp;linkname=Delete%20Files%20Remotely%20Using%20PowerShell%20Script" title="Reddit" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/technotizie?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1356&amp;linkname=Delete%20Files%20Remotely%20Using%20PowerShell%20Script" title="Technotizie" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technotizie.png" width="16" height="16" alt="Technotizie"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1356&amp;linkname=Delete%20Files%20Remotely%20Using%20PowerShell%20Script" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1356&amp;linkname=Delete%20Files%20Remotely%20Using%20PowerShell%20Script" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1356&amp;linkname=Delete%20Files%20Remotely%20Using%20PowerShell%20Script" title="Slashdot" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1356&amp;linkname=Delete%20Files%20Remotely%20Using%20PowerShell%20Script" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1356&amp;linkname=Delete%20Files%20Remotely%20Using%20PowerShell%20Script" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1356&amp;linkname=Delete%20Files%20Remotely%20Using%20PowerShell%20Script" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://it-john.com/home/archives/1356/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error printing from Outlook</title>
		<link>http://it-john.com/home/archives/1320#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://it-john.com/home/archives/1320#comments</comments>
		<pubDate>Thu, 11 Feb 2010 14:24:39 +0000</pubDate>
		<dc:creator>itjohn</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[error printing]]></category>
		<category><![CDATA[line 1344]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[outlook error]]></category>
		<category><![CDATA[printing]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=1320</guid>
		<description><![CDATA[To fix the this error go to &#8220;Start&#8221; then &#8220;Run&#8221; and type regsvr32 ole32.dll (if that doesnt work try oleau32.dll)
If your in IT you know coffee is almost as important as the air we breath. Show your support and add to the coffee fund. SHOW YOUR SUPPORT... Add to the coffee fund    [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://it-john.com/home/wp-content/uploads/2010/02/outlook_error.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img src="http://it-john.com/home/wp-content/uploads/2010/02/outlook_error-300x193.jpg" alt="" title="Outlook Error" width="300" height="193" class="alignnone size-medium wp-image-1321" /></a></p>
<p>To fix the this error go to &#8220;Start&#8221; then &#8220;Run&#8221; and type regsvr32 ole32.dll (if that doesnt work try oleau32.dll)</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="john@it-john.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Add to the Coffee Fund for Error printing from Outlook" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="1" /><input type="image" src="http://it-john.com/home/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee Fund" title="Coffee Fund" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=john@it-john.com&amp;currency_code=USD&amp;amount=1&amp;return=&amp;item_name=Add+to+the+Coffee+Fund+for+Error+printing+from+Outlook" target="paypal">If your in IT you know coffee is almost as important as the air we breath. Show your support and add to the coffee fund. SHOW YOUR SUPPORT... Add to the coffee fund</a></p><img src="http://it-john.com/home/?ak_action=api_record_view&id=1320&type=feed" alt="" /><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1320&amp;linkname=Error%20printing%20from%20Outlook" title="Digg" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1320&amp;linkname=Error%20printing%20from%20Outlook" title="Facebook" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1320&amp;linkname=Error%20printing%20from%20Outlook" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1320&amp;linkname=Error%20printing%20from%20Outlook" title="MySpace" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1320&amp;linkname=Error%20printing%20from%20Outlook" title="Reddit" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/technotizie?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1320&amp;linkname=Error%20printing%20from%20Outlook" title="Technotizie" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technotizie.png" width="16" height="16" alt="Technotizie"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1320&amp;linkname=Error%20printing%20from%20Outlook" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1320&amp;linkname=Error%20printing%20from%20Outlook" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1320&amp;linkname=Error%20printing%20from%20Outlook" title="Slashdot" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1320&amp;linkname=Error%20printing%20from%20Outlook" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1320&amp;linkname=Error%20printing%20from%20Outlook" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1320&amp;linkname=Error%20printing%20from%20Outlook" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://it-john.com/home/archives/1320/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding vMotion support for different CPU&#8217;s in ESX enviroment</title>
		<link>http://it-john.com/home/archives/1297#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://it-john.com/home/archives/1297#comments</comments>
		<pubDate>Tue, 02 Feb 2010 19:49:11 +0000</pubDate>
		<dc:creator>itjohn</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[add different cpu type]]></category>
		<category><![CDATA[E5520]]></category>
		<category><![CDATA[Enhanced VMotion Compatibility]]></category>
		<category><![CDATA[EVC]]></category>
		<category><![CDATA[processor type]]></category>
		<category><![CDATA[vMotion]]></category>
		<category><![CDATA[x5450]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=1297</guid>
		<description><![CDATA[&#8220;ESX/vSphere CPU compatibility with vMotion (EVC)&#8221;
If you dont know what EVC is will you are eventually going to find out. This feature is required for vMotion to be used in an environment with a mixture of CPU. For the Past few years I had all my ESX server using CPU&#8217;s in the same family but [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;ESX/vSphere CPU compatibility with vMotion (EVC)&#8221;</p>
<p>If you dont know what EVC is will you are eventually going to find out. This feature is required for vMotion to be used in an environment with a mixture of CPU. For the Past few years I had all my ESX server using CPU&#8217;s in the same family but recently got a great deal on a new dell server with i7 core. To enable this server for vmotion without any downtime I had to do the following.</p>
<p>Environment:<br />
Existing &#8211; 3 HP DL380 G5 servers with X5450 processors<br />
New &#8211; 1 Dell Power Edge R710 server with E5520 processors (i7)</p>
<p>Check the EVC doc to find what to use.<br />
<a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1003212"target="_blank">VMware KB 1003212</a> </p>
<p>First you need to create a (new) cluster. You can go into the setting and enable the EVC setting. Use the KB doc from above to determine which mode to use. In my case I went with : &#8220;Intel Xeon 45nm Core 2&#8243;. DO NOT try to change any existing clusters. </p>
<p>Now you need to move an Host to the cluster. Drag and drop is the easiest. The host most have all guests shut down or just be empty. Because I am using a new server mine was empty.</p>
<p>Once you have the cluster up and a host in it you are now able to vMotion guests from out side the cluster to it. I took all the guests from one host not in the cluster and moved them to the new host in the cluster. Once that host was empty I then moved the host to the cluster. Now just do that for the rest of your guests and hosts until all your hosts are in the EVC enabled cluster.</p>
<p>If an error occurs when trying to move the host to the cluster check the BIOS CPU features of the server to verify that the VM features are enabled and the no execution is enabled.</p>
<p>For a good explanation of what EVC is (in plain english) <a href="http://vmguy.com/wordpress/index.php/archives/38"target="_blank">READ THIS</a> from the VMguy blog</p>
<p>.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="john@it-john.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Add to the Coffee Fund for Adding vMotion support for different CPU's in ESX enviroment" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="1" /><input type="image" src="http://it-john.com/home/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee Fund" title="Coffee Fund" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=john@it-john.com&amp;currency_code=USD&amp;amount=1&amp;return=&amp;item_name=Add+to+the+Coffee+Fund+for+Adding+vMotion+support+for+different+CPU's+in+ESX+enviroment" target="paypal">If your in IT you know coffee is almost as important as the air we breath. Show your support and add to the coffee fund. SHOW YOUR SUPPORT... Add to the coffee fund</a></p><img src="http://it-john.com/home/?ak_action=api_record_view&id=1297&type=feed" alt="" /><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1297&amp;linkname=Adding%20vMotion%20support%20for%20different%20CPU%26%238217%3Bs%20in%20ESX%20enviroment" title="Digg" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1297&amp;linkname=Adding%20vMotion%20support%20for%20different%20CPU%26%238217%3Bs%20in%20ESX%20enviroment" title="Facebook" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1297&amp;linkname=Adding%20vMotion%20support%20for%20different%20CPU%26%238217%3Bs%20in%20ESX%20enviroment" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1297&amp;linkname=Adding%20vMotion%20support%20for%20different%20CPU%26%238217%3Bs%20in%20ESX%20enviroment" title="MySpace" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1297&amp;linkname=Adding%20vMotion%20support%20for%20different%20CPU%26%238217%3Bs%20in%20ESX%20enviroment" title="Reddit" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/technotizie?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1297&amp;linkname=Adding%20vMotion%20support%20for%20different%20CPU%26%238217%3Bs%20in%20ESX%20enviroment" title="Technotizie" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technotizie.png" width="16" height="16" alt="Technotizie"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1297&amp;linkname=Adding%20vMotion%20support%20for%20different%20CPU%26%238217%3Bs%20in%20ESX%20enviroment" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1297&amp;linkname=Adding%20vMotion%20support%20for%20different%20CPU%26%238217%3Bs%20in%20ESX%20enviroment" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1297&amp;linkname=Adding%20vMotion%20support%20for%20different%20CPU%26%238217%3Bs%20in%20ESX%20enviroment" title="Slashdot" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1297&amp;linkname=Adding%20vMotion%20support%20for%20different%20CPU%26%238217%3Bs%20in%20ESX%20enviroment" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1297&amp;linkname=Adding%20vMotion%20support%20for%20different%20CPU%26%238217%3Bs%20in%20ESX%20enviroment" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1297&amp;linkname=Adding%20vMotion%20support%20for%20different%20CPU%26%238217%3Bs%20in%20ESX%20enviroment" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://it-john.com/home/archives/1297/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AutoIT script to check if file exist then install application</title>
		<link>http://it-john.com/home/archives/1226#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://it-john.com/home/archives/1226#comments</comments>
		<pubDate>Thu, 17 Dec 2009 16:25:13 +0000</pubDate>
		<dc:creator>itjohn</dc:creator>
				<category><![CDATA[AutoIT]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[application install script]]></category>
		<category><![CDATA[AutoIT script to check if file exist then install application]]></category>
		<category><![CDATA[fileexists]]></category>
		<category><![CDATA[if then]]></category>
		<category><![CDATA[progress box]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=1226</guid>
		<description><![CDATA[123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596;==========================================================================
;
; NAME: outlook_addon.au3
;
; AUTHOR: John Sorensen
;
; COMMENT:
; Install an outlook 2003 specific addon using AutoIT. 
;This will first check to see if the addon
; already exists and if not will check if outlook 2003 
;exexcutable exest then will install showing a
; install showing progress. Edit the script as needed 
;to include your own file and [...]]]></description>
			<content:encoded><![CDATA[<p><font size="-2"></p>
<div class="codecolorer-container autoit default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br /></div></td><td><div class="autoit codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="font-style: italic; color: #009933;">;==========================================================================</span><br />
<span style="font-style: italic; color: #009933;">;</span><br />
<span style="font-style: italic; color: #009933;">; NAME: outlook_addon.au3</span><br />
<span style="font-style: italic; color: #009933;">;</span><br />
<span style="font-style: italic; color: #009933;">; AUTHOR: John Sorensen</span><br />
<span style="font-style: italic; color: #009933;">;</span><br />
<span style="font-style: italic; color: #009933;">; COMMENT:</span><br />
<span style="font-style: italic; color: #009933;">; Install an outlook 2003 specific addon using AutoIT. </span><br />
<span style="font-style: italic; color: #009933;">;This will first check to see if the addon</span><br />
<span style="font-style: italic; color: #009933;">; already exists and if not will check if outlook 2003 </span><br />
<span style="font-style: italic; color: #009933;">;exexcutable exest then will install showing a</span><br />
<span style="font-style: italic; color: #009933;">; install showing progress. Edit the script as needed </span><br />
<span style="font-style: italic; color: #009933;">;to include your own file and folder names.</span><br />
<span style="font-style: italic; color: #009933;">;</span><br />
<span style="font-style: italic; color: #009933;">;==========================================================================</span><br />
<br />
<span style="font-style: italic; color: #009933;">;check if addon folder already installed, if so then exit</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span style="color: #0000FF; font-weight: bold;">If</span></a> <a href="http://www.autoitscript.com/autoit3/docs/functions/FileExists.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">FileExists</span></a><span style="color: #FF0000; font-weight: bold;">&#40;</span><a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@ProgramFilesDir</span></span></a> <span style="color: #FF0000; font-weight: bold;">&amp;</span>amp<span style="font-style: italic; color: #009933;">; &quot;\\Outlookaddon\addon&quot;) Then</span><br />
<a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span style="color: #0000FF; font-weight: bold;">Exit</span></a><br />
<a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span style="color: #0000FF; font-weight: bold;">EndIf</span></a><br />
<br />
<span style="font-style: italic; color: #009933;">; check for exestince of Outlook 2003 executable and if found install addon</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span style="color: #0000FF; font-weight: bold;">If</span></a> <a href="http://www.autoitscript.com/autoit3/docs/functions/FileExists.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">FileExists</span></a><span style="color: #FF0000; font-weight: bold;">&#40;</span><a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@ProgramFilesDir</span></span></a> <span style="color: #FF0000; font-weight: bold;">&amp;</span>amp<span style="font-style: italic; color: #009933;">; &quot;\Microsoft Office\OFFICE11\OUTLOOK.EXE&quot;) Then</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">msgbox</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">48</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Starting Outlook Addon Installation&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Please DO NOT Touch Keyboard or Mouse&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">3</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<span style="font-style: italic; color: #009933;">; begin progress dialogue box</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/ProgressOn.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">ProgressOn</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;Please wait, DO NOT Touch Keyboard or Mouse&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Starting Install&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;0% Complete&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> 20<span style="color: #FF0000; font-weight: bold;">,</span> 20<span style="color: #FF0000; font-weight: bold;">,</span> 16<span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">sleep</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span>100<span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span style="color: #0000FF; font-weight: bold;">For</span></a> <span style="font-weight: bold; color: #AA0000;">$i</span> <span style="color: #FF0000; font-weight: bold;">=</span> 1 <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span style="color: #0000FF; font-weight: bold;">to</span></a> 9 <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span style="color: #0000FF; font-weight: bold;">step</span></a> 1<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">Sleep</span></a><span style="color: #FF0000; font-weight: bold;">&#40;</span>10<span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/ProgressSet.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">ProgressSet</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$i</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span>amp<span style="font-style: italic; color: #009933;">; &quot;% Complete&quot;)</span><br />
<a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span style="color: #0000FF; font-weight: bold;">Next</span></a><br />
<br />
<span style="font-style: italic; color: #009933;">; run addon setup or whatever the executable name is</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/Run.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">run</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;addon.exe&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/WinWaitActive.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">WinWaitActive</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;Welcome&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/ProgressSet.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">ProgressSet</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">10</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;15% Complete&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Installing Addon for Outlook&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/ProgressSet.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">ProgressSet</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">15</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;15% Complete&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Installing Addon for Outlook&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">sleep</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span>100<span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/Send.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">send</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;!n&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/WinWaitActive.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">WinWaitActive</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;Choose Destination Location&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/Send.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">send</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;!n&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/ProgressSet.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">ProgressSet</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">30</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;20% Complete&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Installing Addon for Outlook&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/ProgressSet.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">ProgressSet</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">40</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;30% Complete&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Installing&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/WinWaitActive.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">WinWaitActive</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;Select Components&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/Send.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">send</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;!n&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/ProgressSet.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">ProgressSet</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">50</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;40% Complete&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Installing Addon for Outlook&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">sleep</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span>500<span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/ProgressSet.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">ProgressSet</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">60</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;40% Complete&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Installing Addon for Outlook&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/ProgressSet.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">ProgressSet</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">70</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;40% Complete&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Installing Addon for Outlook&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/ProgressSet.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">ProgressSet</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">80</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;50% Complete&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Installing Addon for Outlook&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span style="color: #0000FF; font-weight: bold;">For</span></a> <span style="font-weight: bold; color: #AA0000;">$i</span> <span style="color: #FF0000; font-weight: bold;">=</span> 81 <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span style="color: #0000FF; font-weight: bold;">to</span></a> 99 <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span style="color: #0000FF; font-weight: bold;">step</span></a> 1<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">Sleep</span></a><span style="color: #FF0000; font-weight: bold;">&#40;</span>50<span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/ProgressSet.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">ProgressSet</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$i</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span>amp<span style="font-style: italic; color: #009933;">; &quot;% Complete&quot;)</span><br />
<a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span style="color: #0000FF; font-weight: bold;">Next</span></a><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/WinWaitActive.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">WinWaitActive</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;Setup Complete&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/Send.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">send</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;{ENTER}&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/ProgressSet.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">ProgressSet</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">100</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;100% Complete&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Complete&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">sleep</span></a><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1500</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<span style="font-style: italic; color: #009933;">; end progress dialogue box</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/ProgressOff.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">ProgressOff</span></a><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">msgbox</span></a> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Install&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot; Addon Installation Complete&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> 3<span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span style="color: #0000FF; font-weight: bold;">Exit</span></a><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span style="color: #0000FF; font-weight: bold;">Else</span></a> <span style="font-style: italic; color: #009933;">; if Office11/OUTLOOK.EXE does not exist then exit</span><br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm"><span style="color: #000080; font-style: italic; font-weight: bold;">MsgBox</span></a><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">4096</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Installation Aborted&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Installation Aborted. Outlook 2003 Required&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span>3<span style="color: #FF0000; font-weight: bold;">&#41;</span><br />
<a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span style="color: #0000FF; font-weight: bold;">Exit</span></a><br />
<br />
<a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span style="color: #0000FF; font-weight: bold;">Endif</span></a></div></td></tr></tbody></table></div>
<p></font></p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="john@it-john.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Add to the Coffee Fund for AutoIT script to check if file exist then install application" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="1" /><input type="image" src="http://it-john.com/home/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee Fund" title="Coffee Fund" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=john@it-john.com&amp;currency_code=USD&amp;amount=1&amp;return=&amp;item_name=Add+to+the+Coffee+Fund+for+AutoIT+script+to+check+if+file+exist+then+install+application" target="paypal">If your in IT you know coffee is almost as important as the air we breath. Show your support and add to the coffee fund. SHOW YOUR SUPPORT... Add to the coffee fund</a></p><img src="http://it-john.com/home/?ak_action=api_record_view&id=1226&type=feed" alt="" /><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1226&amp;linkname=AutoIT%20script%20to%20check%20if%20file%20exist%20then%20install%20application" title="Digg" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1226&amp;linkname=AutoIT%20script%20to%20check%20if%20file%20exist%20then%20install%20application" title="Facebook" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1226&amp;linkname=AutoIT%20script%20to%20check%20if%20file%20exist%20then%20install%20application" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1226&amp;linkname=AutoIT%20script%20to%20check%20if%20file%20exist%20then%20install%20application" title="MySpace" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1226&amp;linkname=AutoIT%20script%20to%20check%20if%20file%20exist%20then%20install%20application" title="Reddit" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/technotizie?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1226&amp;linkname=AutoIT%20script%20to%20check%20if%20file%20exist%20then%20install%20application" title="Technotizie" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technotizie.png" width="16" height="16" alt="Technotizie"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1226&amp;linkname=AutoIT%20script%20to%20check%20if%20file%20exist%20then%20install%20application" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1226&amp;linkname=AutoIT%20script%20to%20check%20if%20file%20exist%20then%20install%20application" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1226&amp;linkname=AutoIT%20script%20to%20check%20if%20file%20exist%20then%20install%20application" title="Slashdot" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1226&amp;linkname=AutoIT%20script%20to%20check%20if%20file%20exist%20then%20install%20application" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1226&amp;linkname=AutoIT%20script%20to%20check%20if%20file%20exist%20then%20install%20application" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1226&amp;linkname=AutoIT%20script%20to%20check%20if%20file%20exist%20then%20install%20application" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://it-john.com/home/archives/1226/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running ESX 3.5 in Workstation 6.5</title>
		<link>http://it-john.com/home/archives/1216#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://it-john.com/home/archives/1216#comments</comments>
		<pubDate>Tue, 08 Dec 2009 18:57:01 +0000</pubDate>
		<dc:creator>itjohn</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[esx 3.5]]></category>
		<category><![CDATA[ESX 3.5 in Workstation 6.5]]></category>
		<category><![CDATA[Workstation 6.5]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=1216</guid>
		<description><![CDATA[Why would I want to do this you ask?&#8230; well for testing duh! To be more specific for testing the upgrade from ESX 3.5 to vSphere.
After looking at a few &#8220;how-to&#8217;s&#8221; I found one that is simple and works.
http://www.vmadmin.co.uk/index.php/resources/35-esxserver/88-esxinworkstation







If your in IT you know coffee is almost as important as the air we breath. Show [...]]]></description>
			<content:encoded><![CDATA[<p>Why would I want to do this you ask?&#8230; well for testing duh! To be more specific for testing the upgrade from ESX 3.5 to vSphere.</p>
<p>After looking at a few &#8220;how-to&#8217;s&#8221; I found one that is simple and works.</p>
<p><a href="http://www.vmadmin.co.uk/index.php/resources/35-esxserver/88-esxinworkstation" target="_blank">http://www.vmadmin.co.uk/index.php/resources/35-esxserver/88-esxinworkstation</a></p>
<p><a href="http://www.vmadmin.co.uk/index.php/resources/35-esxserver/88-esxinworkstation%3EClick%20Here%20for"></p>
<p></a></p>
<p></br><br />
<br /></br><br />
<br /></br><br />
<br /></br><br />
<br /></br></p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="john@it-john.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Add to the Coffee Fund for Running ESX 3.5 in Workstation 6.5 " /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="1" /><input type="image" src="http://it-john.com/home/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee Fund" title="Coffee Fund" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=john@it-john.com&amp;currency_code=USD&amp;amount=1&amp;return=&amp;item_name=Add+to+the+Coffee+Fund+for+Running+ESX+3.5+in+Workstation+6.5+" target="paypal">If your in IT you know coffee is almost as important as the air we breath. Show your support and add to the coffee fund. SHOW YOUR SUPPORT... Add to the coffee fund</a></p><img src="http://it-john.com/home/?ak_action=api_record_view&id=1216&type=feed" alt="" /><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1216&amp;linkname=Running%20ESX%203.5%20in%20Workstation%206.5" title="Digg" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1216&amp;linkname=Running%20ESX%203.5%20in%20Workstation%206.5" title="Facebook" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1216&amp;linkname=Running%20ESX%203.5%20in%20Workstation%206.5" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1216&amp;linkname=Running%20ESX%203.5%20in%20Workstation%206.5" title="MySpace" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1216&amp;linkname=Running%20ESX%203.5%20in%20Workstation%206.5" title="Reddit" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/technotizie?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1216&amp;linkname=Running%20ESX%203.5%20in%20Workstation%206.5" title="Technotizie" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technotizie.png" width="16" height="16" alt="Technotizie"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1216&amp;linkname=Running%20ESX%203.5%20in%20Workstation%206.5" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1216&amp;linkname=Running%20ESX%203.5%20in%20Workstation%206.5" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1216&amp;linkname=Running%20ESX%203.5%20in%20Workstation%206.5" title="Slashdot" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1216&amp;linkname=Running%20ESX%203.5%20in%20Workstation%206.5" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1216&amp;linkname=Running%20ESX%203.5%20in%20Workstation%206.5" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1216&amp;linkname=Running%20ESX%203.5%20in%20Workstation%206.5" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://it-john.com/home/archives/1216/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run DOS command in VBscript</title>
		<link>http://it-john.com/home/archives/1290#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://it-john.com/home/archives/1290#comments</comments>
		<pubDate>Fri, 04 Dec 2009 21:06:25 +0000</pubDate>
		<dc:creator>itjohn</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[run dos command form script]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=1290</guid>
		<description><![CDATA[DOS command can be run in Vb Script using the Shell object
The below script runs a mkdir command through Vb Script
Set objShell = CreateObject(&#8220;WScript.Shell&#8221;)
objShell.Run &#8220;%comspec% /c mkdir dir1&#8243;
If your in IT you know coffee is almost as important as the air we breath. Show your support and add to the coffee fund. SHOW YOUR SUPPORT... [...]]]></description>
			<content:encoded><![CDATA[<p>DOS command can be run in Vb Script using the Shell object<br />
The below script runs a mkdir command through Vb Script</p>
<p>Set objShell = CreateObject(&#8220;WScript.Shell&#8221;)<br />
objShell.Run &#8220;%comspec% /c mkdir dir1&#8243;</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="john@it-john.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Add to the Coffee Fund for Run DOS command in VBscript" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="1" /><input type="image" src="http://it-john.com/home/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee Fund" title="Coffee Fund" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=john@it-john.com&amp;currency_code=USD&amp;amount=1&amp;return=&amp;item_name=Add+to+the+Coffee+Fund+for+Run+DOS+command+in+VBscript" target="paypal">If your in IT you know coffee is almost as important as the air we breath. Show your support and add to the coffee fund. SHOW YOUR SUPPORT... Add to the coffee fund</a></p><img src="http://it-john.com/home/?ak_action=api_record_view&id=1290&type=feed" alt="" /><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1290&amp;linkname=Run%20DOS%20command%20in%20VBscript" title="Digg" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1290&amp;linkname=Run%20DOS%20command%20in%20VBscript" title="Facebook" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1290&amp;linkname=Run%20DOS%20command%20in%20VBscript" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1290&amp;linkname=Run%20DOS%20command%20in%20VBscript" title="MySpace" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1290&amp;linkname=Run%20DOS%20command%20in%20VBscript" title="Reddit" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/technotizie?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1290&amp;linkname=Run%20DOS%20command%20in%20VBscript" title="Technotizie" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technotizie.png" width="16" height="16" alt="Technotizie"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1290&amp;linkname=Run%20DOS%20command%20in%20VBscript" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1290&amp;linkname=Run%20DOS%20command%20in%20VBscript" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1290&amp;linkname=Run%20DOS%20command%20in%20VBscript" title="Slashdot" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1290&amp;linkname=Run%20DOS%20command%20in%20VBscript" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1290&amp;linkname=Run%20DOS%20command%20in%20VBscript" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1290&amp;linkname=Run%20DOS%20command%20in%20VBscript" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://it-john.com/home/archives/1290/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Esxcfg-firewall Syntax</title>
		<link>http://it-john.com/home/archives/1364#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://it-john.com/home/archives/1364#comments</comments>
		<pubDate>Wed, 02 Dec 2009 15:33:05 +0000</pubDate>
		<dc:creator>itjohn</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[esxcfg-firewall]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=1364</guid>
		<description><![CDATA[    Esxcfg-firewall
    Description: Configures the service console firewall ports
    Syntax: esxcfg-firewall &#60;options&#62;
    Options:



-q
Lists current settings


-q &#60;service&#62;
Lists settings for the specified service


-q incoming&#124;outgoing
Lists settings for non-required incoming/outgoing ports


-s
Lists known services


-l
Loads current settings


-r
Resets all options to defaults


-e &#60;service&#62;
Allows specified service through the firewall (enables)


-d &#60;service&#62;
Blocks [...]]]></description>
			<content:encoded><![CDATA[<p>    <u>Esxcfg-firewall<a name="EsxcfgFirewall" id="EsxcfgFirewall"></a></u><br />
    Description:<span class="style47"> Configures the service console firewall ports<br />
    Syntax: esxcfg-firewall &lt;options&gt;</p>
<p>    Options:
</p>
<table width="596" border="0" cellpadding="0">
<tr>
<td width="180">-q</td>
<td width="400">Lists current settings</td>
</tr>
<tr>
<td>-q &lt;service&gt;</td>
<td>Lists settings for the specified service</td>
</tr>
<tr>
<td>-q incoming|outgoing</td>
<td>Lists settings for non-required incoming/outgoing ports</td>
</tr>
<tr>
<td>-s</td>
<td>Lists known services</td>
</tr>
<tr>
<td>-l</td>
<td>Loads current settings</td>
</tr>
<tr>
<td>-r</td>
<td>Resets all options to defaults</td>
</tr>
<tr>
<td>-e &lt;service&gt;</td>
<td>Allows specified service through the firewall (enables)</td>
</tr>
<tr>
<td>-d &lt;service&gt;</td>
<td>Blocks specified service (disables)</td>
</tr>
<tr>
<td>-o &lt;port, tcp|udp,in|out,name&gt;</td>
<td>Opens a port</td>
</tr>
<tr>
<td>-c &lt;port, tcp|udp,in|out&gt;</td>
<td>Closes a port previously opened by &ndash;o</td>
</tr>
<tr>
<td>-h</td>
<td>Displays command help</td>
</tr>
<tr>
<td>-allowincoming</td>
<td>Allow all incoming ports</td>
</tr>
<tr>
<td>-allowoutgoing</td>
<td>Allow all outgoing ports</td>
</tr>
<tr>
<td>-blockincoming</td>
<td>Block all non-required incoming ports (default value)</td>
</tr>
<tr>
<td>-blockoutgoing</td>
<td>Block all non-required outgoing ports (default value)</td>
</tr>
</table>
<p>
Default Services:</p>
<table width="596" border="0" cellpadding="0">
<tr>
<td width="180">AAMClient</td>
<td width="400">Added by the vpxa RPM: Traffic between ESX Server hosts for VMware High Availability (HA) and EMC Autostart Manager &ndash; inbound and outbound TCP and UDP Ports 2050 &ndash; 5000 and 8042 &ndash; 8045</td>
</tr>
<tr>
<td>activeDirectorKerberos</td>
<td>Active Directory Kerberos &#8211; outbound TCPs Port 88 and 464</td>
</tr>
<tr>
<td>CIMHttpServer</td>
<td>First-party optional service: CIM HTTP Server &#8211; inbound TCP Port 5988</td>
</tr>
<tr>
<td>CIMHttpsServer</td>
<td>First-party optional service: CIM HTTPS Server &#8211; inbound TCP Port 5989</td>
</tr>
<tr>
<td>CIMSLP</td>
<td>First-party optional service: CIM SLP &#8211; inbound and outbound TCP and UDP Ports 427</td>
</tr>
<tr>
<td>commvaultDynamic</td>
<td>Backup agent: Commvault dynamic &ndash; inbound and outbound TCP Ports 8600 &ndash; 8619</td>
</tr>
<tr>
<td>commvaultStatic</td>
<td>Backup agent: Commvault static &ndash; inbound and outbound TCP Ports 8400 &ndash; 8403</td>
</tr>
<tr>
<td>ftpClient</td>
<td>FTP client &#8211; outbound TCP Port 21</td>
</tr>
<tr>
<td>ftpServer</td>
<td>FTP server &#8211; inbound TCP Port 21</td>
</tr>
<tr>
<td>kerberos</td>
<td>Kerberos &#8211; outbound TCPs Port 88 and 749</td>
</tr>
<tr>
<td>LicenseClient</td>
<td>FlexLM license server client &#8211; outbound TCP Ports 27000 and 27010</td>
</tr>
<tr>
<td>nfsClient</td>
<td>NFS client &#8211; outbound TCP and UDP Ports 111 and 2049 (0 &ndash; 65535)</td>
</tr>
<tr>
<td>nisClient</td>
<td>NIS client &#8211; outbound TCP and UDP Ports 111 (0 &ndash; 65535)</td>
</tr>
<tr>
<td>ntpClient</td>
<td>NTP client &#8211; outbound UDP Port 123</td>
</tr>
<tr>
<td>smbClient</td>
<td>SMB client &#8211; outbound TCP Ports 137 &ndash; 139 and 445</td>
</tr>
<tr>
<td>snmpd</td>
<td>SNMP services &#8211; inbound TCP Port 161 and outbound TCP Port 162</td>
</tr>
<tr>
<td>sshClient</td>
<td>SSH client &#8211; outbound TCP Port 22</td>
</tr>
<tr>
<td>sshServer</td>
<td>SSH server &#8211; inbound TCP Port 22</td>
</tr>
<tr>
<td>swISCSIClient</td>
<td>First-party optional service: Software iSCSI client &#8211; outbound TCP Port 3260</td>
</tr>
<tr>
<td>telnetClient</td>
<td>NTP client &#8211; outbound TCP Port 23</td>
</tr>
<tr>
<td>TSM</td>
<td>Backup agent: IBM Tivoli Storage Manager &ndash; inbound and outbound TCP Ports 1500</td>
</tr>
<tr>
<td>veritasBackupExec</td>
<td>Backup agent: Veritas BackupExec &ndash; inbound TCP Ports 10000 &ndash; 10200</td>
</tr>
<tr>
<td>veritasNetBackup</td>
<td>Backup agent: Veritas NetBackup &ndash; inbound TCP Ports 13720, 13732, 13734, and 13783</td>
</tr>
<tr>
<td>vncServer</td>
<td>VNC server &#8211; Allow VNC sessions 0-64: inbound TCP Ports 5900 &ndash; 5964</td>
</tr>
<tr>
<td>vpxHeartbeats</td>
<td>vpx heartbeats &#8211; outbound UDP Port 902</td>
</tr>
</table>
<p>
Note:<span class="style47"> You can configure your own services in the file /etc/vmware/firewall/services.xml</p>
<p><u>esxcfg-firewall examples:</u><br />
Enable ssh client connections from the Service Console:<br />
 # esxcfg-firewall -e sshClient<br />
Disable the Samba client connections:<br />
 # esxcfg-firewall -d smbClient<br />
Allow syslog outgoing traffic:<br />
<span class="style47"> # esxcfg-firewall -o 514,udp,out,syslog</p>
<p>Turn off the firewall:<span class="style47"><br />
# esxcfg-firewall -allowIncoming<br />
# esxcfg-firewall -allowOutgoing<br />
Re-enable the firewall:<span class="style47"><br />
# esxcfg-firewall -blockIncoming<br />
# esxcfg-firewall &ndash;blockOutgoing</p>
<p></p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="john@it-john.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Add to the Coffee Fund for Esxcfg-firewall Syntax" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="1" /><input type="image" src="http://it-john.com/home/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee Fund" title="Coffee Fund" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=john@it-john.com&amp;currency_code=USD&amp;amount=1&amp;return=&amp;item_name=Add+to+the+Coffee+Fund+for+Esxcfg-firewall+Syntax" target="paypal">If your in IT you know coffee is almost as important as the air we breath. Show your support and add to the coffee fund. SHOW YOUR SUPPORT... Add to the coffee fund</a></p><img src="http://it-john.com/home/?ak_action=api_record_view&id=1364&type=feed" alt="" /><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1364&amp;linkname=Esxcfg-firewall%20Syntax" title="Digg" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1364&amp;linkname=Esxcfg-firewall%20Syntax" title="Facebook" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1364&amp;linkname=Esxcfg-firewall%20Syntax" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1364&amp;linkname=Esxcfg-firewall%20Syntax" title="MySpace" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1364&amp;linkname=Esxcfg-firewall%20Syntax" title="Reddit" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/technotizie?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1364&amp;linkname=Esxcfg-firewall%20Syntax" title="Technotizie" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technotizie.png" width="16" height="16" alt="Technotizie"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1364&amp;linkname=Esxcfg-firewall%20Syntax" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1364&amp;linkname=Esxcfg-firewall%20Syntax" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1364&amp;linkname=Esxcfg-firewall%20Syntax" title="Slashdot" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1364&amp;linkname=Esxcfg-firewall%20Syntax" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1364&amp;linkname=Esxcfg-firewall%20Syntax" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1364&amp;linkname=Esxcfg-firewall%20Syntax" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://it-john.com/home/archives/1364/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allow root to access ESX via SSH</title>
		<link>http://it-john.com/home/archives/1360#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://it-john.com/home/archives/1360#comments</comments>
		<pubDate>Mon, 19 Oct 2009 20:15:34 +0000</pubDate>
		<dc:creator>itjohn</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[esx root access]]></category>
		<category><![CDATA[esx ssh]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh access to esx]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=1360</guid>
		<description><![CDATA[This will allow the root user access via ssh which is disabled by default. 
1. Go to the service console on the physical server and log in as root
2. type &#8220;vi /etc/ssh/sshd_config&#8221; (with quotes of course)
       *if you dont know &#8220;vi&#8221; look it up before going any further.
3. Change [...]]]></description>
			<content:encoded><![CDATA[<p>This will allow the root user access via ssh which is disabled by default. </p>
<p>1. Go to the service console on the physical server and log in as root<br />
2. type &#8220;vi /etc/ssh/sshd_config&#8221; (with quotes of course)<br />
       <em>*if you dont know &#8220;vi&#8221; look it up before going any further.</em><br />
3. Change the line that says PermitRootLogin from “no” to “yes”<br />
4. Now restart the sshd service by entering &#8220;service sshd restart&#8221;</p>
<p>I would only do this if the root password is complex and your not allowing ssh from out side the network.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="john@it-john.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Add to the Coffee Fund for Allow root to access ESX via SSH" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="1" /><input type="image" src="http://it-john.com/home/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee Fund" title="Coffee Fund" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=john@it-john.com&amp;currency_code=USD&amp;amount=1&amp;return=&amp;item_name=Add+to+the+Coffee+Fund+for+Allow+root+to+access+ESX+via+SSH" target="paypal">If your in IT you know coffee is almost as important as the air we breath. Show your support and add to the coffee fund. SHOW YOUR SUPPORT... Add to the coffee fund</a></p><img src="http://it-john.com/home/?ak_action=api_record_view&id=1360&type=feed" alt="" /><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1360&amp;linkname=Allow%20root%20to%20access%20ESX%20via%20SSH" title="Digg" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1360&amp;linkname=Allow%20root%20to%20access%20ESX%20via%20SSH" title="Facebook" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1360&amp;linkname=Allow%20root%20to%20access%20ESX%20via%20SSH" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1360&amp;linkname=Allow%20root%20to%20access%20ESX%20via%20SSH" title="MySpace" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1360&amp;linkname=Allow%20root%20to%20access%20ESX%20via%20SSH" title="Reddit" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/technotizie?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1360&amp;linkname=Allow%20root%20to%20access%20ESX%20via%20SSH" title="Technotizie" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technotizie.png" width="16" height="16" alt="Technotizie"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1360&amp;linkname=Allow%20root%20to%20access%20ESX%20via%20SSH" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1360&amp;linkname=Allow%20root%20to%20access%20ESX%20via%20SSH" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1360&amp;linkname=Allow%20root%20to%20access%20ESX%20via%20SSH" title="Slashdot" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1360&amp;linkname=Allow%20root%20to%20access%20ESX%20via%20SSH" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1360&amp;linkname=Allow%20root%20to%20access%20ESX%20via%20SSH" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1360&amp;linkname=Allow%20root%20to%20access%20ESX%20via%20SSH" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://it-john.com/home/archives/1360/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete a Windows Service</title>
		<link>http://it-john.com/home/archives/1222#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://it-john.com/home/archives/1222#comments</comments>
		<pubDate>Fri, 16 Oct 2009 19:32:52 +0000</pubDate>
		<dc:creator>itjohn</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[delete service]]></category>
		<category><![CDATA[delete windows service]]></category>
		<category><![CDATA[remove service]]></category>
		<category><![CDATA[windows service]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=1222</guid>
		<description><![CDATA[It is rare to have to manually remove a Windows service but on there are times when it is necasarry, like after a bad uninstall or testing beta software. I personally use 1 of 2 methods to remove a service.
Prior to removing any service make sure that it is atleast stopped and better yet disabled. [...]]]></description>
			<content:encoded><![CDATA[<p>It is rare to have to manually remove a Windows service but on there are times when it is necasarry, like after a bad uninstall or testing beta software. I personally use 1 of 2 methods to remove a service.</p>
<p>Prior to removing any service make sure that it is atleast stopped and better yet disabled. Also make a note on the executable path so that it may be removed after the service is deleted.</p>
<ul>
First Method:</ul>
<p>Open command prompt and use the &#8220;sc&#8221; command. in this case we want to delete a service so you would enter the following&#8230;</p>
<p>sc delete &#8220;service name&#8221;</p>
<p>**sc has many other options including an option to create services as well.</p>
<ul>
Second Method:</ul>
<p>This method truly manual and requires editing the registry via regedit.</p>
<p>All services are located in  &#8220;HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services&#8221; </p>
<p>Once located find the service and delete.</p>
<p>Lastly for the change to show in the &#8220;Service Snapin&#8221;  a logoff is required.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="john@it-john.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Add to the Coffee Fund for Delete a Windows Service" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="1" /><input type="image" src="http://it-john.com/home/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee Fund" title="Coffee Fund" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=john@it-john.com&amp;currency_code=USD&amp;amount=1&amp;return=&amp;item_name=Add+to+the+Coffee+Fund+for+Delete+a+Windows+Service" target="paypal">If your in IT you know coffee is almost as important as the air we breath. Show your support and add to the coffee fund. SHOW YOUR SUPPORT... Add to the coffee fund</a></p><img src="http://it-john.com/home/?ak_action=api_record_view&id=1222&type=feed" alt="" /><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1222&amp;linkname=Delete%20a%20Windows%20Service" title="Digg" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1222&amp;linkname=Delete%20a%20Windows%20Service" title="Facebook" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1222&amp;linkname=Delete%20a%20Windows%20Service" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1222&amp;linkname=Delete%20a%20Windows%20Service" title="MySpace" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1222&amp;linkname=Delete%20a%20Windows%20Service" title="Reddit" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/technotizie?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1222&amp;linkname=Delete%20a%20Windows%20Service" title="Technotizie" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technotizie.png" width="16" height="16" alt="Technotizie"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1222&amp;linkname=Delete%20a%20Windows%20Service" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1222&amp;linkname=Delete%20a%20Windows%20Service" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1222&amp;linkname=Delete%20a%20Windows%20Service" title="Slashdot" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1222&amp;linkname=Delete%20a%20Windows%20Service" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1222&amp;linkname=Delete%20a%20Windows%20Service" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1222&amp;linkname=Delete%20a%20Windows%20Service" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://it-john.com/home/archives/1222/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spam Filter Body Block List</title>
		<link>http://it-john.com/home/archives/1167#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://it-john.com/home/archives/1167#comments</comments>
		<pubDate>Wed, 14 Oct 2009 15:45:32 +0000</pubDate>
		<dc:creator>itjohn</dc:creator>
				<category><![CDATA[spam]]></category>
		<category><![CDATA[barracuda]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email body]]></category>
		<category><![CDATA[spam filter]]></category>
		<category><![CDATA[spam phrases]]></category>

		<guid isPermaLink="false">http://it-john.com/home/?p=1167</guid>
		<description><![CDATA[Here is a list of phrases and words for blocking spam based off of email body contents. The list contains REGEX. Please use at your own risk. Please let me know if this is usefull and if so I will periodically update it.
(H.{0,1}[O0].{0,1}T&#124;Inn?[o0]cent&#124;Wet&#124;Dirty&#124;Masturbat[.]{0,4}&#124;Dripping&#124;Beautiful&#124;Amature&#124;Shy&#124;Mature&#124;Cute&#124;Slutty&#124;Nice&#124;Nasty&#124;L[o0]vely&#124;Wild&#124;Sexy&#124;H[oO0]RR?NY&#124;Stupid&#124;Cheating&#124;Flirty&#124;Stunn?ing&#124;Busty&#124;Fuu?cc?kk?ii?nn?gg?&#124;Lesbians?) ?(Sch[o0][o0]l ?[Girl]{0,6}&#124;H?[o0]?u?s?e?? ?Wife&#124;H?[o0]?u?s?e? ?Wives&#124;M[o0]m[my]{0,3}&#124;Pr[o0]stitute&#124;Married&#124;MILF&#124;Lady&#124;Girl.&#124;Babe&#124;Beauty&#124;W[o0]m[ae]n&#124;Bitch&#124;Mistress&#124;Lesbians?)
.\.ca\b
.\.cn\b
000(%&#124; ?percent) return
100% Guaranteed Safe Results Or Your Money [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a list of phrases and words for blocking spam based off of email body contents. The list contains REGEX. Please use at your own risk. Please let me know if this is usefull and if so I will periodically update it.</p>
<p>(H.{0,1}[O0].{0,1}T|Inn?[o0]cent|Wet|Dirty|Masturbat[.]{0,4}|Dripping|Beautiful|Amature|Shy|Mature|Cute|Slutty|Nice|Nasty|L[o0]vely|Wild|Sexy|H[oO0]RR?NY|Stupid|Cheating|Flirty|Stunn?ing|Busty|Fuu?cc?kk?ii?nn?gg?|Lesbians?) ?(Sch[o0][o0]l ?[Girl]{0,6}|H?[o0]?u?s?e?? ?Wife|H?[o0]?u?s?e? ?Wives|M[o0]m[my]{0,3}|Pr[o0]stitute|Married|MILF|Lady|Girl.|Babe|Beauty|W[o0]m[ae]n|Bitch|Mistress|Lesbians?)<br />
.\.ca\b<br />
.\.cn\b<br />
000(%| ?percent) return<br />
100% Guaranteed Safe Results Or Your Money Back!<br />
1105media\.com<br />
123Greetings\.com<br />
123salesale\.com<br />
123winners\.com<br />
1\-623\-974\-2295<br />
1\-623\-974\-2295<br />
1\. names in full<br />
1goodsales\.com<br />
2008bestcomings\.com<br />
2008bestcomings\.com<br />
210\.192\.111\.15<br />
216\.21\.<br />
2host4free\.com<br />
2nd\-world\.fr<br />
321send\.com<br />
42promotions\.com<br />
46fortune\.com<br />
4\-hsm\-list\-cluster\-182\-643\.com<br />
4optin\.com<br />
61\.129\.68\.54<br />
61cygni\.ew01\.com<br />
64\.227<br />
66\.70\.84<br />
6packofass<br />
747jetmail\.com<br />
775\-257\-6657<br />
775\-257\-6657<br />
81\.9\.5<br />
8ad2be\.net<br />
8u8\.com<br />
[s5\$]e.{1,4}uu?aa?ll?l?y[\s\-_]+e.{1,4}pp?lii?cit<br />
\$EXUALLLY\b<br />
\%xm<br />
\-\-\-\-\-\-\-\-\-\-\-\&gt;<br />
\b[s5S]lut[s5ty]*[ty]*\b<br />
\bCialis\b<br />
\bcock\b<br />
\bcunt\b<br />
\bER ECTI ON\b<br />
\bgangbang\b<br />
\bhorny\b<br />
\bimpotence\b<br />
\bMILFs?\b<br />
\bnymph\b<br />
\bpussy\b<br />
\bslut(s|ty)?\b<br />
\bvi.gra\b<br />
\bvirgin\b<br />
^\r^\a^\z^\r<br />
aaamericafind\.com<br />
aaamericafind\.net<br />
aamercafinder\.com<br />
aamericafind\.com<br />
aamericafind\.net<br />
aamericafinder\.com<br />
aamericafnder\.com<br />
aamericfinder\.com<br />
abadamkt\.com<br />
Abel Avery<br />
abettersdynamical\.com<br />
ac\.kr<br />
Acai<br />
Acai Berry<br />
adelivery\.com<br />
ads\.pulsetv\.com<br />
advicetomorrow\.com<br />
africantypical\.com<br />
agebody\.com<br />
aladdin\.se<br />
All emails where drawn<br />
allsend\-hsm\-coon\-119\-2873363\.com<br />
america\-find\.com<br />
america\-find\.net<br />
americafind\.com<br />
americafind\.net<br />
amuro\.net<br />
and yours was choosen<br />
andnewsletters\.com<br />
antares\.ew01\.com<br />
antarhsm11109988992\.com<br />
antarhsm11109988992link\.com<br />
approved for a lump sum<br />
aragoth\.ew01\.com<br />
arctanaviate<br />
artifici\.net<br />
astonishingfinds\.com<br />
aut.desk<br />
avau\.aihcbdlo\.cn<br />
awesomeoffer\.com<br />
awoodforu\.com<br />
awsomeoffers\.net<br />
azjmp\.com<br />
azoogle\.com<br />
b2bnexus\.com<br />
babkarecipe\.com<br />
bad credit ok<br />
basedupon\.com<br />
bc1\.link\-deals\.net<br />
bcentral\.com<br />
berlin\.de<br />
bestbuysmall<br />
bestbuysmall\.com<br />
bestmarketrate\.com<br />
bestofferbazaar\.com<br />
bestoffernow\.com<br />
better lover<br />
beyondoffers\.net<br />
bifutra\.com<br />
Big boobs<br />
bigger dick<br />
biggestoffers\.com<br />
biltmore\.com<br />
blessingchurch\.com<br />
BlizzardImageHosting\.com<br />
bluecloudgifts\.com<br />
bluemail\.dk<br />
bluestarnow\.com<br />
bl{1,2}ow{1,2}job<br />
bnb4\.com<br />
bnb5\.com<br />
bol\.com\.br<br />
Bonagames<br />
bounce\.obdirect\.net<br />
boxboysonline\.com<br />
brandoffers\-today\.com<br />
bridgetrack\.com<br />
british lottery<br />
btamail\.net<br />
buapgiea\.com<br />
bulletgevi\.com<br />
bulletproofwebhosting2\.net<br />
bulletproofwebhosting\.net<br />
buryaueg\.com<br />
buyercooperative\.com<br />
c0olmail\.com<br />
calcreditcenter<br />
came\ltoe<br />
canadian pharmacy<br />
canadianpharmacy<br />
carreblanc\.lu<br />
cas1no<br />
casino games<br />
Centennial Mastercard<br />
Centennial Visa<br />
check it out\!<br />
cheepweb4u\.com<br />
choiceoffers\.artifici\.net<br />
choiceoffers\.passr\.net<br />
choiceoffers\.Sendr\.net<br />
choiceoffers\.transfr\.net<br />
choiceoffers\.Transprt\.net<br />
choiceoffers\.virtual3\.net<br />
CIAzLIS<br />
cks\.ientrymail\.com<br />
Claim Your New Credit Card<br />
clearsaver\.com<br />
click here for free<br />
click\.coolfunpages\.com<br />
clisupport@WebProNews\.com<br />
CloseOut\-Offers\.com<br />
com\.hk<br />
com\.tw<br />
come to your country<br />
compuserve\.net<br />
consolidate your debt<br />
Consolidated Finance Company<br />
consumerspending\.net<br />
consumertoday\.net<br />
cool\-fun\-mail\.com<br />
cool\.Coolspecnet\.com<br />
Coolspecnet\.com<br />
costlysquirrel\.com<br />
country to receive payments<br />
couponssaveyoumoney\.com<br />
Criminal Justice Degree<br />
cumshots<br />
currentmail\.com<br />
dailypromo1\.com<br />
dailypromo\.com<br />
dailypromo\.net<br />
dailypromotions\.net<br />
dailyspecialsdaily\.com<br />
DailyWebDeals<br />
datacommarketing\.com<br />
date AND romance OR date AND friendship<br />
deal\-seeker\.com<br />
dealcop\.com<br />
dealdelivery\.com<br />
DealDepot\.com<br />
Debt\-Answers\.com<br />
deneb\.ew01\.com<br />
designer purse<br />
desktopstripper<br />
detik\.com<br />
dheywh<br />
dick bigger<br />
dictionarydone\.com<br />
diplomas available<br />
diplomatic agent<br />
direct4optin\.com<br />
directedeals\.net<br />
directly\-personal\.com<br />
directorytraffic\.info<br />
dirtty<br />
discountcertificates\.com<br />
discountmail\.net<br />
discreet packaging<br />
Dish Network<br />
dlypromo\.com<br />
dnswithus\.com<br />
doglover\.com<br />
dollareach\.com<br />
Don&#8217;t let it pass you by<br />
doramail\.com<br />
dorm mate<br />
download\&gt;\&gt;<br />
dpoffrz2187154\.com<br />
dprmo\.com<br />
DQ0\.net<br />
dsi\-enews\.net<br />
e16a50\.net<br />
e54\.org<br />
e\-clstroffrzdaily19876339\.com<br />
e\-gold\.com<br />
e\-rewards\.com<br />
Earn a GREAT Salary<br />
earn money now<br />
earthling\.net<br />
easyadpost\.com<br />
easyclstroffrzdaily19876339\.com<br />
easylistdpoffrs\.com<br />
easymoney\.fr\.com<br />
ebuyebuy\.com<br />
ecommercecertificate\.com<br />
eDiets\.com<br />
edirectbroadcast\.com<br />
eeurope\.ch<br />
eeye\.com<br />
ehhhfb<br />
eletters1\.ziffdavis\.com<br />
ELIMINATE your credit<br />
eliminate your debt<br />
email id\:<br />
email\-publisher\.com<br />
email\.com<br />
emailbargain\.com<br />
emailbeyond\.net<br />
emaildelivery\.org<br />
emailfactory\.net<br />
emailyoulike\.net<br />
enlarge AND penis<br />
enlarge your<br />
enoughcan\.com<br />
Entry Workers Needed<br />
epinpoint\.info<br />
equalamail\.topromotion\.net<br />
erection<br />
ERECTl0NS<br />
eros\.rbidaho\.net<br />
erotichenparty\.com<br />
etracktech\.com<br />
eudoramail\.com<br />
everblur\.com<br />
everydayoffers\.com<br />
evidence\-eliminator\.com<br />
exitrequest\.com<br />
eyl\-web\.com<br />
f r e e<br />
falkenva\.com<br />
fangeez\.com<br />
faqfacts\.info<br />
fastbowler\.com<br />
feel better about yourself<br />
female enhancing<br />
female enhancment<br />
fernandoellis231<br />
Fight Crime<br />
financedance\.com<br />
findtracesearch\.com<br />
firemail\.de<br />
flatter abs<br />
Flatter Tummy<br />
FocusPetitions\.org<br />
Fountain of youth<br />
fournewrules\.com<br />
fouryourmarriage\.net<br />
fpoint\.com<br />
fpsamplesmail\.com<br />
free AND cash AND winner<br />
Free Gift Club<br />
free123free\.com<br />
free\-gift\-offers\.com<br />
free\-virtualweb\.org<br />
freechinapages\.com<br />
freedailystuff\.com<br />
freemail\.nl<br />
FreeTrip4You<br />
fuse\.net<br />
fuuck<br />
g u a r a n t e e d<br />
gamble online<br />
gamemags\-direct\.com<br />
gator\.com<br />
gator\.com<br />
genemarketmanager\.com<br />
generaledu\.com<br />
Get a Degree in<br />
get a degree online<br />
GET AN UNSECURED VISA OR MASTERCARD<br />
Get erect<br />
Get started on your degree<br />
Get your Federal Grant<br />
geweasd\.net<br />
ggesrpa\.com<br />
giving head<br />
gl15direct\.com<br />
GLESSNER PROMOTIONAL AGENCY<br />
globenet\.com<br />
Gnarly Sweet Grass<br />
go\.ezgreen\.com<br />
goink\.com<br />
goISG\.com<br />
good web store<br />
Google ATM machine<br />
google millionaire<br />
google\.co\.uk<br />
gotospeedoffrslist873009118273\.com<br />
great\-rx\.com<br />
great\-rx\.com<br />
GreatDealsDepot\.net<br />
greatfamilyoffers\.com<br />
greendiscounts\.com<br />
greenlightmail\.com<br />
gtp\.com\.tw<br />
GUARANTEED results<br />
guaranteedcredit\.com<br />
gymlinks\.info<br />
handpickeddeals\.com<br />
havanasee\.com<br />
Have you been denied<br />
Have you been denied loan<br />
healthclubbulletins\.info<br />
healthclubinformation\.info<br />
healthyadvantage\.info<br />
help save your home<br />
heraesate\.com<br />
here in SOUTH AFRICA<br />
hereftu\.net<br />
heywhatzup\.com<br />
heywhatzup\.com<br />
hgea\.org<br />
hghlifescience\.com<br />
hisar\.org<br />
hl\.ezgreen\.com<br />
holydays<br />
home\.ro<br />
hongkong\.com<br />
hornyadz\.com<br />
Horrny<br />
hostserve21\.com<br />
hot\-shot\.com<br />
hotdailydeal\.com<br />
hotmail\.fr\.com<br />
howamazing\.com<br />
http\:\/\/98\.222\.172\.158<br />
http\:\/\/comerica<br />
hud\.ac\.uk<br />
hushmail\.com<br />
hvm\.macromedia\.com<br />
i am a single<br />
I fill her whole mouth now<br />
IAmWayCool\.com<br />
ibereast\.com<br />
iContact AutoResponder<br />
iconxxx\.com<br />
idsbi\.com<br />
ientrymail\.com<br />
If you do not wish to receive these offers in the future<br />
imail\.ru<br />
inbox\.lv<br />
inbox\.ru<br />
inboxbargains\.com<br />
inboxspecials\.net<br />
info\.iwon\.com<br />
instrument hung<br />
intra-focus\.com<br />
inxee\.com<br />
ioffersdirect\.com<br />
iqmailer\.net<br />
iraqi AND cards AND playing<br />
irmail\.ru<br />
Is someone searching for you\?<br />
itimeoffers2\.com<br />
itimeoffers\.com<br />
ixobiduo<br />
jdrmedia\.com<br />
jet\.es<br />
jippii\.fi<br />
johnnyjoker\.com<br />
joymail\.com<br />
jp\-email\.net<br />
jrdiscounts\.com<br />
jtamedia\.com<br />
jubiipost\.dk<br />
karas\.com<br />
kebi\.com<br />
keromail\.com<br />
kerosenam\.com<br />
kingsaver\.com<br />
kitehind\.com<br />
koppelmunsonville\.com<br />
kraftkolour\.com\.au<br />
labeldaily\.com<br />
labelsdaily\.com<br />
lancsmail\.com<br />
lastminuteoffers\.net<br />
launchnetworks\.net<br />
learningtree\.com<br />
Lets Chat<br />
letterbox\.org<br />
like to chat<br />
link2buy\.com<br />
link\-results\.net<br />
linksynergy\.com<br />
list3\.superdealnow\.com<br />
listdpoffrsnet\.com<br />
lists\.zoanmail\.com<br />
littleepinkcherry\.com<br />
LOAN ADVERTISEMENT<br />
localiy\.com<br />
looking for a good time<br />
looking for a new friend<br />
looking for new friends<br />
looking for new friends<br />
loosesomeweight\.com<br />
lose AND while you sleep AND weight<br />
love weapon<br />
lovepill<br />
Lovers package<br />
lovestick<br />
lowest price ever<br />
lucky winner<br />
luxury timepieces<br />
made you a beneficiary<br />
magainee\.com<br />
magnoela\.com<br />
mail102\.offersonthenet\.com<br />
mail109\.offersonthenet\.com<br />
mail10\.temd\.net<br />
mail2\.torpedomail\.com<br />
mail2broker\.com<br />
mail\.FindGreatDeals\.com<br />
mail\.play4keeps\.com<br />
mail\.ru<br />
mail\.special\-rewards\.com<br />
mailbox\.lycos\.com<br />
mailcity\.com<br />
mailslam.net<br />
make it get bigger<br />
make money from home<br />
make money from home<br />
make money online<br />
Making money and working whenever you want<br />
making money from home<br />
maktoob\.com<br />
male enhancing<br />
male enhancment<br />
male enhancment<br />
male instrument<br />
man\-hero<br />
manusuxbig\.com<br />
masturbat(e|ing)<br />
Matchmaker\.com<br />
megaflix<br />
metismail\.com<br />
mg0\.net<br />
mgo\.currentmail\.com<br />
mgob\.currentmail\.com<br />
Microsoft will pay<br />
migada\.com<br />
milespree\.com<br />
millenium78\.com<br />
mipoasle\.com<br />
mistress<br />
mitconsulting\.net<br />
miunehau\.com<br />
miusceo\.com<br />
money for car insurance<br />
monthlydra<br />
monthlydrawing\.virtual3\.net<br />
moonlessih<br />
mortgageleads\.tv<br />
ms83\.com<br />
MSHTML\ 6(\.|\=2e)00(\.|\=2e)2800(\.|\=2e)1437<br />
msn messenger<br />
mtsbp554\.email\-deliveries\.net<br />
mtsbp630\.email\-info\.net<br />
mtsbp658\.email\-info\.net<br />
mx11\.rocketmailings\.com<br />
mx12\.newadvertisements\.com<br />
mx15\.blastoffers\.com<br />
mx1\.blastoffers\.com<br />
mx1\.nextgenerationads\.com<br />
mx703\.offersonthenet\.com<br />
mx705\.offersonthenet\.com<br />
mx710\.offersonthenet\.com<br />
mx804\.offersonthenet\.com<br />
mx806\.offersonthenet\.com<br />
mxafahuq\.cn<br />
mxdat\.org<br />
my banger<br />
my messenger<br />
mycreativeoffers\.com<br />
mygoodoffers\-mail\.com<br />
mypatriotproducts\.net<br />
MyRedHotDeals\.com<br />
MYSTERY SHOPPER<br />
myuniqueoffers\.com<br />
N0O1\.com<br />
natural cleanse<br />
natural enhancement<br />
net\.cn<br />
netbusiness\.com<br />
netdirectoffers\.artifici\.net<br />
netposta\.net<br />
new game \-<br />
new\-offers\.net<br />
newmail\.com<br />
newmailbox\.com<br />
news\.free\-financial\-offers\.com<br />
news\.owe\-less\.com<br />
newsletterweekly\.com<br />
no credit check<br />
nrsun\.jinr\.ru<br />
ns2\.caramail\.com<br />
nsk\.ru<br />
nuaypoea\.com<br />
nurel\.net<br />
nuruauo\.com<br />
nuserro\.com<br />
nutritionmatrix\.com<br />
nympho<br />
obdirect\.net<br />
obdirectmail\.com<br />
obvioussky\.com<br />
offer won\’t last long<br />
offer\-exchange\.com<br />
OfferEMail\.com<br />
offertime\.com<br />
offervenue\.com<br />
offerwarehouse\.com<br />
ohlake\.com<br />
olemail\.com<br />
One of the key rules every good trader knows is volume before price.<br />
onestarnow\.com<br />
online degree<br />
onouswim\.com<br />
OperaMail\.com<br />
opmnet\.net<br />
OptedForSavings\.com<br />
opti7\.com<br />
optin\.com<br />
orgasms<br />
orgiees<br />
osbeirm\.com<br />
p0\.com<br />
p[3e]{1,2}nis<br />
pands\.email\-publisher\.com<br />
PanoramicNet\.com<br />
paris hilton<br />
partner2profit\.com<br />
partner2profit\.net<br />
passionate nights<br />
Passr\.net<br />
patsbatcave\.com<br />
Paying too much for Life Insurance<br />
peacediscounts\.com<br />
penis<br />
perfect lover<br />
pervverted<br />
pestalozziman.net<br />
petcarerx\.com<br />
Peter Nuhan<br />
phantomemail\.com<br />
Phargrmacy<br />
pharma pills<br />
phprank\.com<br />
piazza\.gif<br />
picrateunshadiness\.com<br />
pidctosuo\.com<br />
piwevellers\.com<br />
play4keeps\.com<br />
plesure<br />
PO BOX 27305 Scottsdale<br />
poerlaen\.com<br />
PoliceAuctions\.com<br />
pomegranate cleanse<br />
pomona\.atsource\.net<br />
porieafed\.com<br />
porno<br />
post\.com<br />
post\.sk<br />
Postkassa\.no<br />
ppi\.currentmail\.com<br />
premature ejaculation<br />
Prestige Replicas<br />
primetimedirect\.net<br />
productsyes\.net<br />
promo\.gateway\.com<br />
PROSAKA<br />
PROSAKA<br />
prostitute<br />
protosoft.org<br />
psychololli\.com<br />
pumasa\.com\.mx<br />
pursueluxury\.info<br />
pussies<br />
qualify For A Free Trial<br />
quality with very low price<br />
Quit your boring job<br />
qwest\.net<br />
racewaymarketing\.com<br />
rciinfo\.com<br />
recoopwithcoupons\.com<br />
redopti\.com<br />
reduce your monthly payments<br />
Render Cafe<br />
repl1cas<br />
replica watch<br />
replica\&#8217;s<br />
replicas<br />
reply2\.azoogle\.com<br />
reunion\.com<br />
revolutionary new dietary supplement<br />
rin\.ru<br />
Rocket Media<br />
rocketmail\.com<br />
rockindeals\.com<br />
rol\.ru<br />
rolex<br />
royalgamingsite\.com<br />
russian<br />
Safe natural herbal<br />
sampleoffers\.com<br />
Save Hundreds a year on your Auto Insurance<br />
saversport\.com<br />
savewood\.net<br />
SavingsAccess\.com<br />
savingsengine\.com<br />
savoradvertising\.com<br />
sayholycow\.com<br />
sayno2foreclosure\.com<br />
sbc\.m0\.net<br />
sbmf\.currentmail\.com<br />
sc\.rapid\-e\.net<br />
schoolg{1,2}irl<br />
se(x|\}\{)ually<br />
secret shoppers<br />
secureprivatepayments\.com<br />
secureprivatepayments\.org<br />
secureprivatepays\.com<br />
SECUREPRIVATEPAYS\.net<br />
seduceed<br />
seestarsee\.com<br />
send\-e\-mail\.com<br />
send\.com<br />
sendoutmail\.com<br />
senorti\.com<br />
shagmail\.com<br />
shagmail\.com<br />
shake and shiver<br />
sify\.com<br />
silverspringarea\.com<br />
simpleoffers\.com<br />
single AND dating AND love<br />
singleandlooking4fun\.com<br />
size of your manhood<br />
sky08\.com<br />
slebuhsaf\.com<br />
snugglity<br />
sohu\.com<br />
sotck<br />
sourcemedia\.com<br />
special\-offers\.biz<br />
specialadz\.com<br />
specialdealz\.com<br />
specialoffers4you\.com<br />
specialold\.net<br />
spl\.at<br />
splendidmarketing\.com<br />
SpyEar<br />
SpyEar<br />
Start a business<br />
staticworld\.net<br />
STEALTH MASS MAILER<br />
stealtheyes\.com<br />
stonemillz\.com<br />
StratosphereNet\.com<br />
suckiing<br />
summertimedeals\.com<br />
sunbelt\-software\.com<br />
super\.net<br />
superemailbargains1\.com<br />
supermailoffers\.com<br />
SuperStoreSpecials\.com<br />
supervipplaying\.net<br />
surveysweeps\.com<br />
SWEET VJESTIKA<br />
symboun\.com<br />
tac1\.ciscomessage\.com<br />
take money from banks<br />
targetclick\.com<br />
telacommunications\.com<br />
Telebrands<br />
teleseeker\.com<br />
TERMINAL Studio Team<br />
tgaxfi\.oemcheckout\.net<br />
theadeptgrp\.com<br />
thedealdoctor\.com<br />
thedorm\.com<br />
thefreevirtual\.org<br />
thelst40090hspeedm\.com<br />
thesuperspecialsales\.com<br />
thg\.currentmail\.com<br />
thgb\.currentmail\.com<br />
this email is an advertisement<br />
this is a advertisement<br />
threadsgreatonline\.com<br />
tm02\.com<br />
To Claim Your Card<br />
to send unwan ted email<br />
top10wines\.info<br />
top50wines\.info<br />
top5beers\.info<br />
toplinequotes\.com<br />
toporaig\.com<br />
topsecretletters\.com<br />
topsubmit\.biz<br />
total cash prize<br />
traceramerica\.com<br />
trackoffer888\.net<br />
trampwheel\.com<br />
tremendousbuys\.com<br />
turfconsul\.com<br />
ucc\.ie<br />
Uk Gaming Lottery<br />
unicum\.de<br />
unsecured AND visa OR unsecured AND mastercard<br />
untinc\.com<br />
uole\.com<br />
us\.brann\.com<br />
v[i1\|][a\@][gq]ra<br />
valuegazette\.com<br />
varietymail\.net<br />
vendeeamerica\.com<br />
VERYAHEAD\.COM<br />
vexescad\.net<br />
viagra<br />
Vibrator<br />
vicaket\.com<br />
VideoProfessor<br />
VideoProfessor<br />
vilgra<br />
virrgin<br />
virtual1\.net<br />
virtual2\.net<br />
virtual3\.net<br />
virtualoffers\.net<br />
Visual\-Markets\.net<br />
vitafactory\.com<br />
vnn\.vn<br />
vonyalka\.ru<br />
vpth9\.com<br />
vresp\.com<br />
w4cthes<br />
We take your privacy very seriously and it is our policy never to send unwanted email messages<br />
web.da-us<br />
web3\.nl<br />
web\.de<br />
webcity\.ca<br />
webdpoffrz2187154\.com<br />
webflyer\.com<br />
webl129876\-daliypromo\.com<br />
WebProNews\.com<br />
webslimmer\.com<br />
WebSpecials\.owe\-less\.com<br />
Western Union<br />
whackapop\.com<br />
wheretoo\.com<br />
who\.ch<br />
whore<br />
whygotowork\.com<br />
Wicked Angel<br />
wickedcream\.com<br />
WildAthlete\.com<br />
will rock her<br />
window replacement<br />
WINNING NUMBER<br />
winwinyes\.com<br />
winxpnews\.com<br />
womeneagertomeetyou<br />
Work from the comfort<br />
world&#8217;s AND most AND wanted AND cards AND sale<br />
worldlypro\.com<br />
worldsbestchoice\.com<br />
would not rip me off<br />
would not rip you off<br />
wow ?gold<br />
wt02\.wheretoo\.com<br />
wubkx Inc<br />
www\.automobilemileage\.net<br />
www\.claimmygiftcard\.net<br />
www\.cookiesinjar\.net<br />
www\.dsj\.allwewantfound\.org/is/<br />
www\.educationknocking\.net<br />
www\.instantgrants\.net<br />
www\.keepmyhomemyhome\.net<br />
www\.superfreestuff\.net<br />
xbizresources\.com<br />
xerowarp\.com<br />
xerowarp\.net<br />
xmxmxm\.com<br />
xohost\.com<br />
yahoo\.net<br />
YOU MUST ACT NOW<br />
your life is crap<br />
your24dns\.com<br />
your\-info\.cc<br />
yourbargainbuddy\.com<br />
yourbigfun\.com<br />
yourbigvote\.com<br />
yourinfo\.us<br />
yourwebspecials\.com<br />
Youung<br />
z2c\.net<br />
zelengrad\.com<br />
zoanmail\.com<br />
zworg\.com<br />
£1,</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="john@it-john.com" /><input type="hidden" name="return" value="" /><input type="hidden" name="item_name" value="Add to the Coffee Fund for Spam Filter Body Block List" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="1" /><input type="image" src="http://it-john.com/home/wp-content/plugins/buy-me-beer/icon_cafe.gif" align="left" alt="Coffee Fund" title="Coffee Fund" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=john@it-john.com&amp;currency_code=USD&amp;amount=1&amp;return=&amp;item_name=Add+to+the+Coffee+Fund+for+Spam+Filter+Body+Block+List" target="paypal">If your in IT you know coffee is almost as important as the air we breath. Show your support and add to the coffee fund. SHOW YOUR SUPPORT... Add to the coffee fund</a></p><img src="http://it-john.com/home/?ak_action=api_record_view&id=1167&type=feed" alt="" /><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1167&amp;linkname=Spam%20Filter%20Body%20Block%20List" title="Digg" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1167&amp;linkname=Spam%20Filter%20Body%20Block%20List" title="Facebook" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1167&amp;linkname=Spam%20Filter%20Body%20Block%20List" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1167&amp;linkname=Spam%20Filter%20Body%20Block%20List" title="MySpace" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1167&amp;linkname=Spam%20Filter%20Body%20Block%20List" title="Reddit" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/technotizie?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1167&amp;linkname=Spam%20Filter%20Body%20Block%20List" title="Technotizie" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/technotizie.png" width="16" height="16" alt="Technotizie"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1167&amp;linkname=Spam%20Filter%20Body%20Block%20List" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1167&amp;linkname=Spam%20Filter%20Body%20Block%20List" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1167&amp;linkname=Spam%20Filter%20Body%20Block%20List" title="Slashdot" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1167&amp;linkname=Spam%20Filter%20Body%20Block%20List" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1167&amp;linkname=Spam%20Filter%20Body%20Block%20List" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fit-john.com%2Fhome%2Farchives%2F1167&amp;linkname=Spam%20Filter%20Body%20Block%20List" target="_blank"><img src="http://it-john.com/home/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://it-john.com/home/archives/1167/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
