<?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; wmi</title>
	<atom:link href="http://techibee.com/category/wmi/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>how to know my windows operating system installation time?</title>
		<link>http://techibee.com/powershell/how-to-know-my-windows-operating-system-installation-time/415?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-know-my-windows-operating-system-installation-time</link>
		<comments>http://techibee.com/powershell/how-to-know-my-windows-operating-system-installation-time/415#comments</comments>
		<pubDate>Tue, 30 Mar 2010 19:11:55 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[wmi]]></category>
		<category><![CDATA[get windows installed time using powershell]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=415</guid>
		<description><![CDATA[Installation of time windows will be saved in Win32_OperatingSystem WMI class. Alternatively it will be available in registry(HKLMSOFTWAREMICROSOFTWINDOWS NTCURRENTVERSIONINSTALLDATE). So, now you need to figure out your own way of querying values from either wmi or from registry. Being a fan of powershell, I want you to help with two line PS code to get [...]]]></description>
			<content:encoded><![CDATA[<p>Installation of time windows will be saved in Win32_OperatingSystem WMI class. Alternatively it will be available in registry(HKLMSOFTWAREMICROSOFTWINDOWS NTCURRENTVERSIONINSTALLDATE). So, now you need to figure out your own way of querying values from either wmi or from registry. Being a fan of powershell, I want you to help with two line PS code to get the installation date/time.</p>
<blockquote><p>$osinstalledtime = gwmi win32_operatingSystem<br />
write-host $osinstalledtime.ConvertToDateTime($osinstalledtime.InstallDate)</p></blockquote>
<p>That&#8217;s it. I will give you the details you need.</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/powershell/how-to-know-my-windows-operating-system-installation-time/415/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WMI Code Generator &#8212; a easy tool for WMI code generation</title>
		<link>http://techibee.com/tools/wmi-code-generator-a-easy-tool-for-wmi-code-generation/298?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wmi-code-generator-a-easy-tool-for-wmi-code-generation</link>
		<comments>http://techibee.com/tools/wmi-code-generator-a-easy-tool-for-wmi-code-generation/298#comments</comments>
		<pubDate>Fri, 12 Feb 2010 17:41:34 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[wmi]]></category>
		<category><![CDATA[code for wmi events]]></category>
		<category><![CDATA[generate wmi sample scripts]]></category>
		<category><![CDATA[wmi code generator]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=298</guid>
		<description><![CDATA[I generally use Scriptomatic Tool for samples of WMI queries using VBscripts. It is useful and servers the purpose in many conditions. But I decided to stop using it&#8230;because, I am impressed with Microsofts new Tool &#8220;WMI Code Generator&#8221; &#8212; yay.. It is really a rich version of Scriptomatic tool. Using WMI code generator, you [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I generally use <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=09dfc342-648b-4119-b7eb-783b0f7d1178&amp;displaylang=en&amp;Hash=9m8sXj52ARWem7sahBd6OfS2o6nzN0w3w0VOHOtkMsUx3vG2pKQrIUTMTVEokiwKEAkWN3Xz8QS8pUQBXn5ToQ%3d%3d" target="_blank">Scriptomatic Tool </a>for samples of WMI queries using VBscripts. It is useful and servers the purpose in many conditions. But I decided to stop using it&#8230;because, I am impressed with Microsofts new Tool &#8220;WMI Code Generator&#8221; &#8212; yay.. <img src='http://techibee.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> <a href="http://techibee.com/wp-content/uploads/2010/02/wmi-code-generator.png"><img class="aligncenter size-full wp-image-299" title="wmi code generator" src="http://techibee.com/wp-content/uploads/2010/02/wmi-code-generator.png" alt="" width="514" height="326" /></a></p>
<p>It is really a rich version of Scriptomatic tool. Using WMI code generator, you can generate scripts for specific property, work with wmi events, and many more along with wmi code samples.</p>
<p>It helps you to,</p>
<ul>
<li>Get samples codes for all WMI classes</li>
<li>Has the capability to generate code for selected properties</li>
<li>Supports and WMI methods execution</li>
<li>Supports WMI events code generation</li>
<li>Browsing WMI made easy</li>
<li>More importently, you can run this with normal user account and no installation is required. In case of scriptomatic, you should use administrator account to run it.</li>
</ul>
<p>So, don&#8217;t miss it&#8230;</p>
<p><strong>Download:</strong></p>
<p>Download link is <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2cc30a64-ea15-4661-8da4-55bbc145c30e&amp;displaylang=en" target="_blank">here</a>..</p>
<p><strong>Reference :</strong></p>
<p><a href="http://blogs.technet.com/askperf/archive/2010/02/02/two-minute-drill-wmi-code-creator.aspx">http://blogs.technet.com/askperf/archive/2010/02/02/two-minute-drill-wmi-code-creator.aspx</a></p>
<p>Happy Learning..,<br />
Sitaram Pamarthi</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/tools/wmi-code-generator-a-easy-tool-for-wmi-code-generation/298/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Understanding WMI event notification</title>
		<link>http://techibee.com/tips/understanding-wmi-event-notification/158?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=understanding-wmi-event-notification</link>
		<comments>http://techibee.com/tips/understanding-wmi-event-notification/158#comments</comments>
		<pubDate>Tue, 01 Dec 2009 17:21:00 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[wmi]]></category>

		<guid isPermaLink="false">http://techibee.com/sysadmins/understanding-wmi-event-notification/158</guid>
		<description><![CDATA[Many people aren&#8217;t aware of this beautiful feature introduced with Windows 2000 and continuing in it&#8217;s successors. To get a better sense of what it is, lets a take a example. Your CPU is spiking to 100% at mid nights and you got the task of identifying the root cause. The spike is very&#160; sporadic [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Verdana, sans-serif;">Many people aren&#8217;t aware of this beautiful feature introduced with Windows 2000 and continuing in it&#8217;s successors. To get a better sense of what it is, lets a take a example. Your CPU is spiking to 100% at mid nights and you got the task of identifying the root cause. The spike is very&nbsp; sporadic in nature and lasts for very short time. How will you deal with this situation to see which process is taking high CPU?. Here comes the benefit of WMI event notifications. You can trigger a monitoring in your system using WMI event notifications to monitor the CPU utilization and do a process dump when it touches the monitored value. Task is done and you don&#8217;t need to spend time in monitoring manually. This is just a example only and you can adopt this to get alerted when a process starts or ends.</span></p>
<p><span style="font-family: Verdana, sans-serif;">I may not be good at explaining the real use of WMI event notifications but I have found beautiful blog entry which explained this in detailed. Read it&nbsp;to become smart administrator.</span></p>
<blockquote><p><a href="http://trevorsullivan.wordpress.com/2009/11/16/powershell-getting-started-with-wmi-events/"><span style="font-family: Verdana, sans-serif;">Trevor Sullivan&#8217;s Tech Room</span></a></p></blockquote>
<p><span style="font-family: Verdana, sans-serif;">You can also refer to </span><a href="http://technet.microsoft.com/en-us/library/ee198937.aspx"><span style="font-family: Verdana, sans-serif;">Microsoft Technet Site Article</span></a></p>
<p><span style="font-family: Verdana, sans-serif;"><span style="font-family: Verdana, sans-serif;"><span style="font-family: Verdana, sans-serif;">Happy Learning..,</span></span></span><br /><span style="font-family: Verdana, sans-serif;"><span style="font-family: Verdana, sans-serif;"><span style="font-family: Verdana, sans-serif;">Sitaram Pamarthi.</span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/tips/understanding-wmi-event-notification/158/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

