<?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>Isaac&#039;s Blog &#187; Cloud</title>
	<atom:link href="http://blog.isaacblum.com/category/cloud/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.isaacblum.com</link>
	<description>So Many Rambles So Little Time....</description>
	<lastBuildDate>Wed, 28 Dec 2011 21:10:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Best PowerShell Scripting Tool &#8211; PowerGUI</title>
		<link>http://blog.isaacblum.com/2011/08/24/best-powershell-scripting-tool-powergui/</link>
		<comments>http://blog.isaacblum.com/2011/08/24/best-powershell-scripting-tool-powergui/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 23:17:47 +0000</pubDate>
		<dc:creator>IsaacBlum</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[For The Greater Good]]></category>
		<category><![CDATA[Free Help]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[ISE]]></category>
		<category><![CDATA[PowerGUI]]></category>
		<category><![CDATA[PowerShell ISE]]></category>

		<guid isPermaLink="false">http://blog.isaacblum.com/?p=671</guid>
		<description><![CDATA[It has come to my attention that there is still a handful of folks out there writing PowerShell with NOTEPAD…. I won’t name names… But you all know who you are. Anyway I use a free tool from Quest software called PowerGUI. See the link to the latest build http://community-downloads.quest.com/powergui/Release/3.0/PowerGUI.3.0.0.2015.msi or http://powergui.org This is the tool [...]]]></description>
			<content:encoded><![CDATA[<p>It has come to my attention that there is still a handful of folks out there writing PowerShell with NOTEPAD…. I won’t name names… But you all know who you are. <img src='http://blog.isaacblum.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://blog.isaacblum.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyway I use a free tool from Quest software called PowerGUI. See the link to the latest build <a title="PowerGUI 3.0" href="http://community-downloads.quest.com/powergui/Release/3.0/PowerGUI.3.0.0.2015.msi " target="_blank">http://community-downloads.quest.com/powergui/Release/3.0/PowerGUI.3.0.0.2015.msi </a>or <a title="PowerGUI" href="http://powergui.org" target="_blank">http://powergui.org</a> This is the tool that you “never leave home without”. It’s just like visual studio in the sense that you can step into code and debug variables, for each loops, you name it, it can do it. Please let me know if you have any questions.</p>
<p>BTW, a solid second place winner is&#8230; Microsoft Windows PowerShell ISE <a title="PowerShell ISE" href="http://technet.microsoft.com/en-us/library/dd315244.aspx" target="_blank">http://technet.microsoft.com/en-us/library/dd315244.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.isaacblum.com/2011/08/24/best-powershell-scripting-tool-powergui/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating Windows AMI &#8211; Amazon Cloud</title>
		<link>http://blog.isaacblum.com/2009/02/17/28/</link>
		<comments>http://blog.isaacblum.com/2009/02/17/28/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 01:45:18 +0000</pubDate>
		<dc:creator>IsaacBlum</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[For The Greater Good]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[AMI]]></category>
		<category><![CDATA[bundle]]></category>
		<category><![CDATA[Indexer Service]]></category>
		<category><![CDATA[Instance]]></category>
		<category><![CDATA[sdelete]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL 2005 Express]]></category>
		<category><![CDATA[walk through]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.isaacblum.com/2009/02/17/28/</guid>
		<description><![CDATA[This walk through can be used when creating a windows AMI.    Installed Software: SQL 2005 Express Indexer Service .net 2.0 SP1 .net 3.5 SP1 Server Purpose: .net 2.0 web application w/ database Instance Configuration: One attached volume 22gb in size. I recommend using drive letter Z: if you can. So that if you attach [...]]]></description>
			<content:encoded><![CDATA[<div id="ctl00_phInnerBottom_BlogPosts1_ctl00_ctl00_pnlContent">
<p>This walk through can be used when creating a windows AMI.</p>
<p><strong> </strong> </p>
<p><strong>Installed Software:</strong></p>
<ul>
<li>SQL 2005 Express</li>
<li>Indexer Service</li>
<li>.net 2.0 SP1</li>
<li>.net 3.5 SP1</li>
</ul>
<p><strong>Server Purpose:</strong></p>
<ul>
<li>.net 2.0 web application w/ database</li>
</ul>
<p><strong>Instance Configuration:</strong></p>
<ul>
<li>One attached volume 22gb in size. I recommend using drive letter Z: if you can. So that if you attach the volume later to another windows image you don&#8217;t accidently take a required drive letter. (normal system admin advice)</li>
</ul>
<p> </p>
<p>Step 1: Detach your web application&#8217;s databases</p>
<p> </p>
<p>Step 2: Turn off SQL Services.</p>
<p> </p>
<p>Step 3: Turn off the Indexing Service.</p>
<p> </p>
<p>Step 4: Turn Off IIS</p>
<p> </p>
<p>Step 5: Turn off anything else that may be accessing the hard drive and all programs Ex: antivirus software or internet explorer.</p>
<p> </p>
<p>Step 6: Download and Install <a href="http://download.sysinternals.com/Files/SDelete.zip">http://download.sysinternals.com/Files/SDelete.zip</a> , *(delete anything that you do not want to be part of the instance now. Then empty the recycle bin.)  Then run this command : delete -c %%Your Hard Drive letter%%, repeat this for all hard drives attached to your instance.</p>
<p> </p>
<p>Step 7: Bundle the image&#8230;. You can use this link <a href="http://docs.amazonwebservices.com/AWSEC2/latest/DeveloperGuide/index.html?bundling-an-ami-windows.html">http://docs.amazonwebservices.com/AWSEC2/latest/DeveloperGuide/index.html?bundling-an-ami-windows.html</a> which caused me more trouble than it was worth or use <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=609">http://developer.amazonwebservices.com/connect/entry.jspa?externalID=609</a> (preferred) I used this software to make the process go a lot faster. You can just right click the instance and start bundling the instance.</p>
<p> </p>
<p>****BE Patient*****  BE Patient ******* BE Patient***** this process can take up to an hour or more to complete. **** BE Patient******* you can check the output window for more information.</p>
<p> </p>
<p>Once complete, Register your instance. And your off. Don&#8217;t forget that your instance will need its database reattached and etc&#8230;</p>
<p> </p>
<p>*note not following these guidelines can/will cause corruption to database and or files on these hard drives.</p>
<p> </p>
<p>Please throw me a comment if you need help. Thanks</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.isaacblum.com/2009/02/17/28/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

