<?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: Enumerating Users using WMI.NET and C#</title>
	<atom:link href="http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/</link>
	<description>Enjoy Computing!</description>
	<lastBuildDate>Sat, 28 Nov 2009 14:07:32 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Suheb Ahmad</title>
		<link>http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2607</link>
		<dc:creator>Suheb Ahmad</dc:creator>
		<pubDate>Sat, 10 Jan 2009 09:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2607</guid>
		<description>i need help to get change the domain name. is there any body knows how can it be changed in program. like c# or vb.net or any other language.


Thanks in advance</description>
		<content:encoded><![CDATA[<p>i need help to get change the domain name. is there any body knows how can it be changed in program. like c# or vb.net or any other language.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2561</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Wed, 13 Aug 2008 08:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2561</guid>
		<description>Great !!</description>
		<content:encoded><![CDATA[<p>Great !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maryam</title>
		<link>http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2555</link>
		<dc:creator>maryam</dc:creator>
		<pubDate>Fri, 08 Aug 2008 03:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2555</guid>
		<description>hi 
please tell me how to extract users and user groups from a file using wmi, instead of having to type them out to store the list. the code you have written is helpful but i&#039;d really appreciate if you&#039;d give me a few other laternatives of the same kind. btw the users use a domain i need that list for backup in case the server&#039;s down.
thanks</description>
		<content:encoded><![CDATA[<p>hi<br />
please tell me how to extract users and user groups from a file using wmi, instead of having to type them out to store the list. the code you have written is helpful but i&#8217;d really appreciate if you&#8217;d give me a few other laternatives of the same kind. btw the users use a domain i need that list for backup in case the server&#8217;s down.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shashank</title>
		<link>http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2519</link>
		<dc:creator>shashank</dc:creator>
		<pubDate>Wed, 14 May 2008 20:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2519</guid>
		<description>Further to Alex&#039;s questions, do you have to WMI code to write to the local admin group?

would appreciate any help in that direction.</description>
		<content:encoded><![CDATA[<p>Further to Alex&#8217;s questions, do you have to WMI code to write to the local admin group?</p>
<p>would appreciate any help in that direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Gardner</title>
		<link>http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2437</link>
		<dc:creator>Mark Gardner</dc:creator>
		<pubDate>Thu, 28 Feb 2008 19:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2437</guid>
		<description>There was a problem with Domain Local Groups being filtered incorrectly and the groups would not show up in this script.   MS has a hotfix for that issue.

http://support.microsoft.com/kb/940527</description>
		<content:encoded><![CDATA[<p>There was a problem with Domain Local Groups being filtered incorrectly and the groups would not show up in this script.   MS has a hotfix for that issue.</p>
<p><a href="http://support.microsoft.com/kb/940527" rel="nofollow">http://support.microsoft.com/kb/940527</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaks</title>
		<link>http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2317</link>
		<dc:creator>Chaks</dc:creator>
		<pubDate>Sat, 26 Jan 2008 01:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2317</guid>
		<description>Hi Alex, I have not dealt with separate machine, rather , its more to accounts in a Domain (Server Environment).</description>
		<content:encoded><![CDATA[<p>Hi Alex, I have not dealt with separate machine, rather , its more to accounts in a Domain (Server Environment).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2315</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 25 Jan 2008 21:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2315</guid>
		<description>Hello,

How can you add a user to a group (the administrators group) on a remote machine using WMI ? is this possible?

Thanks,
alex</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>How can you add a user to a group (the administrators group) on a remote machine using WMI ? is this possible?</p>
<p>Thanks,<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Pikelner</title>
		<link>http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2300</link>
		<dc:creator>Frank Pikelner</dc:creator>
		<pubDate>Wed, 16 Jan 2008 17:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2300</guid>
		<description>What changes would the code require to obtain the listing of users/groups results in Unicode versus ANSI to support International characters?</description>
		<content:encoded><![CDATA[<p>What changes would the code require to obtain the listing of users/groups results in Unicode versus ANSI to support International characters?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaks</title>
		<link>http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2184</link>
		<dc:creator>Chaks</dc:creator>
		<pubDate>Fri, 11 Jan 2008 15:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2184</guid>
		<description>Hi Irving,

As far as I know, the API doesn&#039;t have the intelligence to find all the domains in your network. You may have to write a separate wrapper and use foreach to loop through them and enumerate users in that particular domain.</description>
		<content:encoded><![CDATA[<p>Hi Irving,</p>
<p>As far as I know, the API doesn&#8217;t have the intelligence to find all the domains in your network. You may have to write a separate wrapper and use foreach to loop through them and enumerate users in that particular domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irving Nam</title>
		<link>http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2163</link>
		<dc:creator>Irving Nam</dc:creator>
		<pubDate>Thu, 10 Jan 2008 19:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://chakkaradeep.wordpress.com/2007/10/14/enumerating-users-using-wminet-and-c/#comment-2163</guid>
		<description>If you wrote the query without specifying a domain, would you get all accounts in all domains?  For example, if I wanted to get the list of all users in the Local Admin group and this group contained users from domain A and B, do you get these?</description>
		<content:encoded><![CDATA[<p>If you wrote the query without specifying a domain, would you get all accounts in all domains?  For example, if I wanted to get the list of all users in the Local Admin group and this group contained users from domain A and B, do you get these?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
