<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Add users of an AD Group to the SharePoint Site</title><link>http://blogs.msdn.com/varun_malhotra/archive/2008/09/30/add-users-of-an-ad-group-to-the-sharepoint-site.aspx</link><description>Recently, I had a requirement from my Customer which required to add an AD groups’s user to the SharePoint site. As you know, if you try to add the SharePoint group directly to the SharePoint site, it would simply create the group but wouldn’t add the</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>  Add users of an AD Group to the SharePoint Site : EasyCoded</title><link>http://blogs.msdn.com/varun_malhotra/archive/2008/09/30/add-users-of-an-ad-group-to-the-sharepoint-site.aspx#8969614</link><pubDate>Tue, 30 Sep 2008 02:39:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8969614</guid><dc:creator>  Add users of an AD Group to the SharePoint Site : EasyCoded</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.easycoded.com/add-users-of-an-ad-group-to-the-sharepoint-site/"&gt;http://www.easycoded.com/add-users-of-an-ad-group-to-the-sharepoint-site/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Grupos de Active Directory en SharePoint</title><link>http://blogs.msdn.com/varun_malhotra/archive/2008/09/30/add-users-of-an-ad-group-to-the-sharepoint-site.aspx#8974820</link><pubDate>Fri, 03 Oct 2008 04:49:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8974820</guid><dc:creator>Mirrored Blogs</dc:creator><description>&lt;p&gt;Interesante articulo que nos explica una forma (via desarrollo) para integrar los usuarios de grupos&lt;/p&gt;
</description></item><item><title>re: Add users of an AD Group to the SharePoint Site</title><link>http://blogs.msdn.com/varun_malhotra/archive/2008/09/30/add-users-of-an-ad-group-to-the-sharepoint-site.aspx#9286092</link><pubDate>Tue, 06 Jan 2009 23:24:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9286092</guid><dc:creator>krissr</dc:creator><description>&lt;p&gt;When using the sample in practice, one shouldn't forget that most of DirectoryServices objects are IDisposable and should best be disposed as soon as possible.&lt;/p&gt;
&lt;p&gt;The problem is, there is some resource you may &amp;quot;run out of&amp;quot; when you use DirectoryServices objects in long-running processes (I've seen in practice, but now don't remember the actual error message).&lt;/p&gt;
&lt;p&gt;The change applies to objects 'DirectoryEntry entry' (line 5), DirectorySearcher adSearcher (line 7), SearchResultCollection oResult (line 16)&lt;/p&gt;
&lt;p&gt;The easiest way is to wrap the statements within a Using{...} statement.&lt;/p&gt;
</description></item></channel></rss>