<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Bunch of useful WMI Functions in VB.Net</title>
	<atom:link href="http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/</link>
	<description>Nishant's coding tips,tricks,hacks,gotchas</description>
	<lastBuildDate>Fri, 13 Nov 2009 15:00:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ammerigader</title>
		<link>http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-2744</link>
		<dc:creator>ammerigader</dc:creator>
		<pubDate>Sun, 21 Jun 2009 19:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-2744</guid>
		<description>Hi there, If you don&#039;t like topics with many links, just delete this topic.
Thankyou.</description>
		<content:encoded><![CDATA[<p>Hi there, If you don&#8217;t like topics with many links, just delete this topic.<br />
Thankyou.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vizai kumar</title>
		<link>http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-2456</link>
		<dc:creator>Vizai kumar</dc:creator>
		<pubDate>Fri, 22 Aug 2008 06:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-2456</guid>
		<description>Hi ,

   I tried the code but i&#039;m unable to get list of local printers into a dropdownlist.Please help me if any body..its very urgent..in web application..

Thanks &amp; Regards,
vijay</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>   I tried the code but i&#8217;m unable to get list of local printers into a dropdownlist.Please help me if any body..its very urgent..in web application..</p>
<p>Thanks &amp; Regards,<br />
vijay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Wheeler</title>
		<link>http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-2452</link>
		<dc:creator>Chris Wheeler</dc:creator>
		<pubDate>Sat, 16 Aug 2008 15:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-2452</guid>
		<description>This was just what I was looking for. THe only problem was the missing function used by the code.
I assume that it went something like this...
    Protected Function FormatForXML(ByVal Input As Object) As String
        Dim data As String = Input.ToString() &#039; cast the input to a string
        &#039;replace those characters disallowed in XML documents
        data = data.Replace(&quot;&amp;&quot;, &quot;&amp;&quot;)
        data = data.Replace(&quot;&quot;&quot;&quot;, &quot;&quot;&quot;)
        data = data.Replace(&quot;&#039;&quot;, &quot;&apos;&quot;)
        data = data.Replace(&quot;&quot;, &quot;&gt;&quot;)
        Return data
    End Function</description>
		<content:encoded><![CDATA[<p>This was just what I was looking for. THe only problem was the missing function used by the code.<br />
I assume that it went something like this&#8230;<br />
    Protected Function FormatForXML(ByVal Input As Object) As String<br />
        Dim data As String = Input.ToString() &#8216; cast the input to a string<br />
        &#8216;replace those characters disallowed in XML documents<br />
        data = data.Replace(&#8220;&amp;&#8221;, &#8220;&amp;&#8221;)<br />
        data = data.Replace(&#8220;&#8221;"&#8221;, &#8220;&quot;&#8221;)<br />
        data = data.Replace(&#8220;&#8216;&#8221;, &#8220;&apos;&#8221;)<br />
        data = data.Replace(&#8220;&#8221;, &#8220;&gt;&#8221;)<br />
        Return data<br />
    End Function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto</title>
		<link>http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-1611</link>
		<dc:creator>Alberto</dc:creator>
		<pubDate>Sat, 15 Sep 2007 03:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-1611</guid>
		<description>I would like to get a list of all the mac addresses (with VB.NET) of a particular manufacturer in a domain, local or subnet network. Let&#039;s say, all Linksys mac address.

Is there a way to do that? I undestand that each manufacturer uses unique codes in the MAC address that identifies their NIC cards.

Thanks!</description>
		<content:encoded><![CDATA[<p>I would like to get a list of all the mac addresses (with VB.NET) of a particular manufacturer in a domain, local or subnet network. Let&#8217;s say, all Linksys mac address.</p>
<p>Is there a way to do that? I undestand that each manufacturer uses unique codes in the MAC address that identifies their NIC cards.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto</title>
		<link>http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-1610</link>
		<dc:creator>Alberto</dc:creator>
		<pubDate>Sat, 15 Sep 2007 02:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-1610</guid>
		<description>I would like to get a list of all the mac addresses (with VB.NET) of a particular manufacturer in a domain, local or subnet network. Let&#039;s say, all Linksys mac address.

Is there a way to do that. I undestand that each manufacturer uses unique codes in the MAC address that identifies their NIC cards.

Thanks!</description>
		<content:encoded><![CDATA[<p>I would like to get a list of all the mac addresses (with VB.NET) of a particular manufacturer in a domain, local or subnet network. Let&#8217;s say, all Linksys mac address.</p>
<p>Is there a way to do that. I undestand that each manufacturer uses unique codes in the MAC address that identifies their NIC cards.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tovorinok</title>
		<link>http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-547</link>
		<dc:creator>tovorinok</dc:creator>
		<pubDate>Thu, 05 Jul 2007 04:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-547</guid>
		<description>Hello 
 
Great book. I just want to say what a fantastic thing you are doing! Good luck! 
 
 
Bye</description>
		<content:encoded><![CDATA[<p>Hello </p>
<p>Great book. I just want to say what a fantastic thing you are doing! Good luck! </p>
<p>Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noel</title>
		<link>http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-405</link>
		<dc:creator>noel</dc:creator>
		<pubDate>Tue, 12 Jun 2007 12:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-405</guid>
		<description>hi! its me again! thanks for the comment but it doesnt work, i have another error &quot;impersonateValidUser is not declared&quot; kindly give me a code that just run without the xml format i think thats my big problem..ü

thank you a lot!</description>
		<content:encoded><![CDATA[<p>hi! its me again! thanks for the comment but it doesnt work, i have another error &#8220;impersonateValidUser is not declared&#8221; kindly give me a code that just run without the xml format i think thats my big problem..ü</p>
<p>thank you a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jashmine</title>
		<link>http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-366</link>
		<dc:creator>jashmine</dc:creator>
		<pubDate>Tue, 05 Jun 2007 10:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-366</guid>
		<description>hi,

this is jashmine....

the above wmi function is really good ,

can u help me in getting the all installed hardware components list and installed  software information in the system or remote system in vb.net(2005) ,

advance thanks,
regards

jashmine</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>this is jashmine&#8230;.</p>
<p>the above wmi function is really good ,</p>
<p>can u help me in getting the all installed hardware components list and installed  software information in the system or remote system in vb.net(2005) ,</p>
<p>advance thanks,<br />
regards</p>
<p>jashmine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nishant Pant</title>
		<link>http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-347</link>
		<dc:creator>Nishant Pant</dc:creator>
		<pubDate>Fri, 01 Jun 2007 13:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-347</guid>
		<description>Try returning XML String instead of the default. 
RETURN_XMLSTRING instead of RETURN_DATASET and see what the function is returning. 

Also, be aware that to execute all the WMI queries, you should have correct priveleges on the machine. More often that not this is the reason why the quries fail, not because there is a bug in the query.</description>
		<content:encoded><![CDATA[<p>Try returning XML String instead of the default.<br />
RETURN_XMLSTRING instead of RETURN_DATASET and see what the function is returning. </p>
<p>Also, be aware that to execute all the WMI queries, you should have correct priveleges on the machine. More often that not this is the reason why the quries fail, not because there is a bug in the query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noel</title>
		<link>http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-346</link>
		<dc:creator>noel</dc:creator>
		<pubDate>Fri, 01 Jun 2007 12:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://nishantpant.wordpress.com/2006/11/02/bunch-of-useful-wmi-functions-in-vbnet/#comment-346</guid>
		<description>hello! i tried using your wmi.vb code but it doesnt work, the error is &quot;format for xml is not declared&quot; can help me how to fix it?.. thank you and more power!</description>
		<content:encoded><![CDATA[<p>hello! i tried using your wmi.vb code but it doesnt work, the error is &#8220;format for xml is not declared&#8221; can help me how to fix it?.. thank you and more power!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
