<?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>AnoopGeorge.com</title>
	<atom:link href="http://www.anoopgeorge.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anoopgeorge.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 19 Apr 2012 18:24:10 +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>Trap [Exception] { “In PowerShell” }</title>
		<link>http://www.anoopgeorge.com/2010/10/trap-exception-in-powershell/</link>
		<comments>http://www.anoopgeorge.com/2010/10/trap-exception-in-powershell/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 18:42:40 +0000</pubDate>
		<dc:creator>ageorge</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.anoopgeorge.com/?p=759</guid>
		<description><![CDATA[http://huddledmasses.org/trap-exception-in-powershell/]]></description>
			<content:encoded><![CDATA[<p><a href="http://huddledmasses.org/trap-exception-in-powershell/">http://huddledmasses.org/trap-exception-in-powershell/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anoopgeorge.com/2010/10/trap-exception-in-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset HP ILO Via the Command Line</title>
		<link>http://www.anoopgeorge.com/2010/09/reset-hp-ilo-via-the-command-line/</link>
		<comments>http://www.anoopgeorge.com/2010/09/reset-hp-ilo-via-the-command-line/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 22:58:26 +0000</pubDate>
		<dc:creator>ageorge</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.anoopgeorge.com/?p=753</guid>
		<description><![CDATA[Log on to the HP iLo using SSH and execute the following commands (in BOLD)&#8230; &#60;/&#62;hpiLO-&#62; cd /map1 status=0 status_tag=COMMAND]]></description>
			<content:encoded><![CDATA[<p>Log on to the HP iLo using SSH and execute the following commands (<strong>in BOLD</strong>)&#8230;</p>
<blockquote><p><span style="font-family: courier new,courier;">&lt;/&gt;hpiLO-&gt; <strong>cd /map1</strong><br />
status=0<br />
status_tag=COMMAND COMPLETED</span></p>
<p><span style="font-family: courier new,courier;">&lt;/map1&gt;hpiLO-&gt;<strong> reset</strong><br />
status=0<br />
status_tag=COMMAND COMPLETED<br />
Resetting iLO.</span></p>
<p><span style="font-family: courier new,courier;">CLI session stopped</span></p></blockquote>
<p>Your SSH session will be terminated and should be able to connect via the web interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anoopgeorge.com/2010/09/reset-hp-ilo-via-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a windows 7 Bootable USB thumbdrive</title>
		<link>http://www.anoopgeorge.com/2010/04/create-a-windows-7-bootable-usb-thumbdrive/</link>
		<comments>http://www.anoopgeorge.com/2010/04/create-a-windows-7-bootable-usb-thumbdrive/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 22:23:44 +0000</pubDate>
		<dc:creator>ageorge</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.anoopgeorge.com/?p=689</guid>
		<description><![CDATA[Here are the steps that i followed to create a bootable USB drive.  Also if you have a USB drive]]></description>
			<content:encoded><![CDATA[<p>Here are the steps that i followed to create a bootable USB drive.  Also if you have a USB drive that has U3 installed on it you may want to uninstall it prior to continuing.  Here are the instructions on how to uninstall U3 <a href="http://www.u3.com/uninstall">http://www.u3.com/uninstall</a></p>
<p><strong>Format the Flash Drive</strong></p>
<p>Run CMD.EXE and type the following.  Note: This set of commands assumes that the USB flash drive is addressed as &#8221;disk 1&#8243;.  you should double check that by doing a list of the disks (type &#8220;list disk&#8221;) before cleaning it. </p>
<ol>
<li>diskpart</li>
<li>select disk 1 (assuming disk 1 was your thumb drive in the above list disk command)</li>
<li>clean</li>
<li>create partition primary</li>
<li>select partition 1</li>
<li>active</li>
<li>format fs=fat32</li>
<li>assign</li>
<li>exit</li>
</ol>
<p><strong>Copy the Contents of the DVD to the USB Drive</strong></p>
<p>Simply issue the following command to start copying all the content from the Windows 7 DVD to your newly formatted high speed flash drive.</p>
<ul>
<li>xcopy d:*.* /s/e/f e:</li>
</ul>
<p>And that&#8217;s it.  Boot up the machine, have it boot off the USB drive, and watch how fast the installation completes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anoopgeorge.com/2010/04/create-a-windows-7-bootable-usb-thumbdrive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rename Local Administrator Password</title>
		<link>http://www.anoopgeorge.com/2010/03/rename-local-administrator-password/</link>
		<comments>http://www.anoopgeorge.com/2010/03/rename-local-administrator-password/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 17:35:08 +0000</pubDate>
		<dc:creator>ageorge</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.anoopgeorge.com/?p=685</guid>
		<description><![CDATA[here is a script to rename the local administrator password using powershell&#8230; it renames the administrator account to the &#8220;!computerName&#8221;&#8230;]]></description>
			<content:encoded><![CDATA[<p>here is a script to rename the local administrator password using powershell&#8230; it renames the administrator account to the &#8220;!computerName&#8221;&#8230;</p>
<p>Remember to run powershell as administrator.</p>
<p><span style="font-family: courier new,courier;">$Bang = &#8220;!&#8221;<br />
$NewComputerName = gc env:computername<br />
$NewAdminAccount = $Bang+$NewComputerName $admin = [ADSI]&#8220;WinNT://./Administrator,user&#8221; $admin.psbase.Rename(&#8220;$NewAdminAccount&#8221;)</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anoopgeorge.com/2010/03/rename-local-administrator-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>powershell ping test</title>
		<link>http://www.anoopgeorge.com/2010/03/powershell-ping-test/</link>
		<comments>http://www.anoopgeorge.com/2010/03/powershell-ping-test/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 17:21:04 +0000</pubDate>
		<dc:creator>ageorge</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.anoopgeorge.com/?p=681</guid>
		<description><![CDATA[A way to test to see if the server is pingable PS &#62; # Using .NET method to ping test]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: verdana,geneva;">A way to test to see if the server is pingable</span></p>
<p><span style="font-family: courier new,courier;">PS &gt; # Using .NET method to ping test the servers<br />
PS &gt; $ping = new-object System.Net.NetworkInformation.Ping<br />
PS &gt; $ping.send($strComputer)</span><br />
<span style="font-family: courier new,courier;">Status        : Success<br />
Address       : 192.168.1.1<br />
RoundtripTime : 0<br />
Options       : System.Net.NetworkInformation.PingOptions<br />
Buffer        : {97, 98, 99, 100&#8230;}</span></p>
<p><span style="font-family: courier new,courier;"> </span></p>
<p># Using .NET method to ping test the servers<br />
$ping = new-object System.Net.NetworkInformation.Ping</p>
<p>$Reply = $ping.send($strComputer)<br />
if($Reply.status -eq &#8220;success&#8221;)<br />
{<br />
#Do something here &#8230;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anoopgeorge.com/2010/03/powershell-ping-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 jQuery Transition Effects: Moving Elements with Style</title>
		<link>http://www.anoopgeorge.com/2010/03/10-jquery-transition-effects-moving-elements-with-style/</link>
		<comments>http://www.anoopgeorge.com/2010/03/10-jquery-transition-effects-moving-elements-with-style/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 19:54:39 +0000</pubDate>
		<dc:creator>ageorge</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.anoopgeorge.com/?p=677</guid>
		<description><![CDATA[http://devsnippets.com/article/10-jquery-transition-effects.html http://www.sohtanaka.com/web-design/automatic-image-slider-w-css-jquery/]]></description>
			<content:encoded><![CDATA[<p><a href="http://devsnippets.com/article/10-jquery-transition-effects.html">http://devsnippets.com/article/10-jquery-transition-effects.html</a></p>
<p><a href="http://www.sohtanaka.com/web-design/automatic-image-slider-w-css-jquery/">http://www.sohtanaka.com/web-design/automatic-image-slider-w-css-jquery/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anoopgeorge.com/2010/03/10-jquery-transition-effects-moving-elements-with-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compress Files with Windows PowerShell</title>
		<link>http://www.anoopgeorge.com/2010/01/compress-files-with-windows-powershell/</link>
		<comments>http://www.anoopgeorge.com/2010/01/compress-files-with-windows-powershell/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 22:35:17 +0000</pubDate>
		<dc:creator>ageorge</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.anoopgeorge.com/?p=667</guid>
		<description><![CDATA[Here are a few fuctions on how to create, update and extract a zip file within powershell.  1. Create a]]></description>
			<content:encoded><![CDATA[<p>Here are a few fuctions on how to create, update and extract a zip file within powershell. </p>
<p>1. Create a New Zip</p>
<blockquote><p><span style="font-family: courier new,courier;">function New-Zip{</span></p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">param([string]$zipfilename)<br />
set-content $zipfilename (&#8220;PK&#8221; + [char]5 + [char]6 + (&#8220;$([char]0)&#8221; * 18))<br />
(dir $zipfilename).IsReadOnly = $false</span></p>
<p><span style="font-family: courier new,courier;">}</span></p></blockquote>
<p>usage: <span style="font-family: courier new,courier;">new-zip c:demomyzip.zip</span></p>
<p>2. Add files to a zip via a pipeline</p>
<blockquote><p><span style="font-family: courier new,courier;">function Add-Zip<br />
{</span></p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">param([string]$zipfilename)<br />
if(-not (test-path($zipfilename)))</span></p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">{</span></p>
<p style="padding-left: 60px;"><span style="font-family: courier new,courier;">set-content $zipfilename (&#8220;PK&#8221; + [char]5 + [char]6 + (&#8220;$([char]0)&#8221; * 18))<br />
(dir $zipfilename).IsReadOnly = $false</span></p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">}</span></p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">$shellApplication = new-object -com shell.application<br />
$zipPackage = $shellApplication.NameSpace($zipfilename)<br />
foreach($file in $input)<br />
 {<br />
            $zipPackage.CopyHere($file.FullName)<br />
            Start-sleep -milliseconds 500<br />
 }</span></p>
<p><span style="font-family: courier new,courier;">}</span></p></blockquote>
<p>usage: <span style="font-family: courier new,courier;">dir c:zipFiles*.* -Recurse | add-Zip c:zipFile.zip</span></p>
<p>3. List the files in a zip</p>
<blockquote><p><span style="font-family: courier new,courier;">function Get-Zip</span></p>
<p><span style="font-family: courier new,courier;">{</span></p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">param([string]$zipfilename)<br />
if(test-path($zipfilename))</span></p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">{</span></p>
<p style="padding-left: 60px;"><span style="font-family: courier new,courier;">$shellApplication = new-object -com shell.application<br />
$zipPackage = $shellApplication.NameSpace($zipfilename)<br />
$zipPackage.Items() | Select Path</span></p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">}</span></p>
<p><span style="font-family: courier new,courier;">}</span></p></blockquote>
<p>usage: <span style="font-family: courier new,courier;">Get-Zip c:zipFile.zip</span></p>
<p>4. Extract the files form the zip</p>
<blockquote><p><span style="font-family: courier new,courier;">function Extract-Zip</span></p>
<p><span style="font-family: courier new,courier;">{</span></p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">param([string]$zipfilename, [string] $destination)<br />
if(test-path($zipfilename))</span></p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">{</span></p>
<p style="padding-left: 60px;"><span style="font-family: courier new,courier;">$shellApplication = new-object -com shell.application<br />
$zipPackage = $shellApplication.NameSpace($zipfilename)<br />
$destinationFolder = $shellApplication.NameSpace($destination)<br />
$destinationFolder.CopyHere($zipPackage.Items())</span></p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">}</span></p>
<p><span style="font-family: courier new,courier;">}</span></p></blockquote>
<p>usage: <span style="font-family: courier new,courier;">extract-zip c:zipFile.zip c:destination</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anoopgeorge.com/2010/01/compress-files-with-windows-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Council Mexico Mission Trip</title>
		<link>http://www.anoopgeorge.com/2009/10/council-mexico-mission-trip/</link>
		<comments>http://www.anoopgeorge.com/2009/10/council-mexico-mission-trip/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 18:39:55 +0000</pubDate>
		<dc:creator>ageorge</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.anoopgeorge.com/?p=664</guid>
		<description><![CDATA[[nggallery id=25]]]></description>
			<content:encoded><![CDATA[<p>[nggallery id=25] </p>
]]></content:encoded>
			<wfw:commentRss>http://www.anoopgeorge.com/2009/10/council-mexico-mission-trip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dewberry Farms</title>
		<link>http://www.anoopgeorge.com/2009/10/dewberry-farms/</link>
		<comments>http://www.anoopgeorge.com/2009/10/dewberry-farms/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 02:15:44 +0000</pubDate>
		<dc:creator>ageorge</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.anoopgeorge.com/?p=655</guid>
		<description><![CDATA[[nggallery id=24]]]></description>
			<content:encoded><![CDATA[<p>[nggallery id=24] </p>
]]></content:encoded>
			<wfw:commentRss>http://www.anoopgeorge.com/2009/10/dewberry-farms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell Variables</title>
		<link>http://www.anoopgeorge.com/2009/06/powershell-variables/</link>
		<comments>http://www.anoopgeorge.com/2009/06/powershell-variables/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 20:19:09 +0000</pubDate>
		<dc:creator>ageorge</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.anoopgeorge.com/?p=621</guid>
		<description><![CDATA[A good source of information. http://www.computerperformance.co.uk/powershell/powershell_variables.htm]]></description>
			<content:encoded><![CDATA[<p>A good source of information.</p>
<p>http://www.computerperformance.co.uk/powershell/powershell_variables.htm</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anoopgeorge.com/2009/06/powershell-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

