<?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>Techibee.com &#187; Hardware</title>
	<atom:link href="http://techibee.com/category/hardware/feed" rel="self" type="application/rss+xml" />
	<link>http://techibee.com</link>
	<description>A System Administrator&#039;s Blog</description>
	<lastBuildDate>Mon, 21 May 2012 14:13:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Simple steps to increase your laptop battery life</title>
		<link>http://techibee.com/hardware/simple-steps-to-increase-your-laptop-battery-life/1440?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=simple-steps-to-increase-your-laptop-battery-life</link>
		<comments>http://techibee.com/hardware/simple-steps-to-increase-your-laptop-battery-life/1440#comments</comments>
		<pubDate>Tue, 28 Feb 2012 17:56:31 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[battery saver]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1440</guid>
		<description><![CDATA[While researching for some material to prepare my previous article, I stumbled on one of the posts of &#8220;Microsoft at work&#8221; blog. The post is about best practices to give good life to your battery. The points discussed in the article are interesting and I felt worth sharing it. You can read the article at [...]]]></description>
			<content:encoded><![CDATA[<p>While researching for some material to prepare <a href="http://techibee.com/powershell/powershell-changeset-power-plans-in-windows-7windows-2008-r2/1341">my previous article</a>, I stumbled on one of the posts of &#8220;Microsoft at work&#8221; blog. The post is about best practices to give good life to your battery. The points discussed in the article are interesting and I felt worth sharing it.</p>
<p>You can read the article at <a href="http://www.microsoft.com/atwork/maintenance/battery.aspx">http://www.microsoft.com/atwork/maintenance/battery.aspx</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/hardware/simple-steps-to-increase-your-laptop-battery-life/1440/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get hardware details of servers using powershell</title>
		<link>http://techibee.com/hardware/how-to-get-hardware-details-of-servers-using-powershell/788?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-get-hardware-details-of-servers-using-powershell</link>
		<comments>http://techibee.com/hardware/how-to-get-hardware-details-of-servers-using-powershell/788#comments</comments>
		<pubDate>Wed, 08 Sep 2010 17:54:18 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=788</guid>
		<description><![CDATA[I know many people have already figured it out in powershell way. I got similar requirement today morning where I have to check hardware make and model of 10 servers. That made me to recollect one of my old experience where I wrote a VB script to do the task. That time it took almost [...]]]></description>
			<content:encoded><![CDATA[<p>I know many people have already figured it out in powershell way. I got similar requirement today morning where I have to check hardware make and model of 10 servers. That made me to recollect one of my old experience where I wrote a VB script to do the task. That time it took almost 2-3 hours to make the script ready. It took so long because of two reasons, number#1 I am new to VB scripting, number#2, I don&#8217;t know how to get this information. But it didn&#8217;t take that long today because of powershell as number#1 is not valid as I already gained some knowledge and number# as I already know from where I should get this info. So, I wrote below code in three minutes and gathered the output.</p>
<blockquote><p>function get-hwinfo {</p>
<p>param($computer)</p>
<p>gwmi -query &#8220;select * from win32_computersystem&#8221; -computername $computer | select Name, Manufacturer, Model</p>
<p>}</p>
<p>$servers = Get-Content c:tempservers.txt</p>
<p>$servers | % { Get-hwinfo -computer $_ }</p></blockquote>
<p>Hope this little code help you to pull the required information from servers.  I will try to write a script to gather complete hardware configuration when I get some time. </p>
<p>Do you have a complete script which can get full hardware details? Share it.</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/hardware/how-to-get-hardware-details-of-servers-using-powershell/788/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find the ILO details of remote server</title>
		<link>http://techibee.com/hardware/how-to-find-the-ilo-details-of-remote-server/155?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-find-the-ilo-details-of-remote-server</link>
		<comments>http://techibee.com/hardware/how-to-find-the-ilo-details-of-remote-server/155#comments</comments>
		<pubDate>Fri, 27 Nov 2009 17:45:00 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://techibee.com/sysadmins/how-to-find-the-ilo-details-of-remote-server/155</guid>
		<description><![CDATA[I recently authored a powershell script to get ILO version and Server model remotely. You can get it from here http://techibee.com/tips/powershell-script-to-get-ilo-version-and-server-model-remotely/572 I never thought that it possible. It&#8217;s really awesome and many people wanted to find out this information. I thought of giving details about the procedure to my blog readers and hence writing here. [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><span style="font-family: Verdana;">I recently authored a powershell script to get ILO version and Server model remotely. You can get it from here <a href="http://techibee.com/tips/powershell-script-to-get-ilo-version-and-server-model-remotely/572">http://techibee.com/tips/powershell-script-to-get-ilo-version-and-server-model-remotely/572</a></span></p></blockquote>
<p><span style="font-family: Verdana, sans-serif;">I never thought that it possible. It&#8217;s really awesome and many people wanted to find out this information. I thought of giving details about the procedure to my blog readers and hence writing here. </span><span style="font-family: Verdana, sans-serif;">If you want the Unix based script straight away go to </span><a href="http://blog.nachotech.com/?p=63"><span style="font-family: Verdana, sans-serif;">Nacho tech Blog</span></a><span style="font-family: Verdana, sans-serif;">. You can continue here if you want to understand the logic behind the script.</span><br />
<!-- adsense --><br />
<span style="font-family: Verdana, sans-serif;"><br />
</span><br />
<span style="font-family: Verdana, sans-serif;">If a machine has ILO enabled, it listens on the port number <strong>17988</strong>. It&#8217;s the port used for mapping virtual devices. Now you need to scan your network for list of machines which are listening on this port. For this purpose you can use nmap(a unix based utility which has it&#8217;s flavor in Windows also). This is very cool utility with little bit of complex options J. The simple example I can provide you scan a network for port 17988 is, &#8220;nmap -n -P0 -p 17988 -oG -S 10.10.10.0/24&#8243;. AFAIK, nmap uses broad cast when you ask it to scan a network range &#8212; correct me if I am wrong. Based on my assumption, you should run nmap from a host where broadcast is allowed to all your VLANS.</span><br />
<span style="font-family: Verdana, sans-serif;"><br />
</span><br />
<span style="font-family: Verdana, sans-serif;">Above process returns the list of hosts which are listening on given port. The next step is, fetching the ILO details from IPs which are listening on this port. The script uses a utility called curl (not sure of windows equivalent version) which connects to </span><a href="http://ip-listening-on-port-17988/xmldata?item=All"><span style="font-family: Verdana, sans-serif;">http://ip-listening-on-port-17988/xmldata?item=All</span></a><span style="font-family: Verdana, sans-serif;"> and fetches a XML file. This doesn&#8217;t require any authentication to server. The returned XML file contains the Server Serial number, IP address of ILO, Server Model and ILO version details. Using serial number you can easily find out the server name if you have proper inventory. If you don&#8217;t have this data, then go and check the serial numbers of server manually. Hey!&#8230;I don&#8217;t want you to that much hard work. You know?, you can query serial number of a windows machine remotely using WMIC. Use the below command for this purpose.</span><br />
<span style="font-family: Verdana, sans-serif;"><br />
</span></p>
<blockquote><p><span style="font-family: Verdana, sans-serif;">C:&gt;wmic /node:remotehost bios get serialnumber</span><br />
<span style="font-family: Verdana, sans-serif;">SerialNumber</span><br />
<span style="font-family: Verdana, sans-serif;">GFEDCBA</span><br />
<span style="font-family: Verdana, sans-serif;">C:&gt;</span></p></blockquote>
<p><span style="font-family: Verdana, sans-serif;"><br />
</span><br />
<span style="font-family: Verdana, sans-serif;">If you are a modern administrator and want to use powershell, the </span><a href="http://www.sitaram-pamarthi.com/2009/11/powershell-query-windows-machine-serial.html"><span style="font-family: Verdana, sans-serif;">see my blog post</span></a><span style="font-family: Verdana, sans-serif;">.</span><br />
<span style="font-family: Verdana, sans-serif;"><br />
</span><br />
<span style="font-family: Verdana, sans-serif;">This completes the task.</span><br />
<span style="font-family: Verdana, sans-serif;"><br />
</span><br />
<span style="font-family: Verdana, sans-serif;">Happy Learning..,</span><br />
<span style="font-family: Verdana, sans-serif;">Sitaram Pamarthi</span></p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/hardware/how-to-find-the-ilo-details-of-remote-server/155/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

