<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.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>Hey, Scripting Guy! How Do I Remove All Group Members in Active Directory?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2009/07/28/hey-scripting-guy-how-do-i-remove-all-group-members-in-active-directory.aspx</link><description>Hey Scripting Guy! I have several groups created in Active Directory whose membership has changed dramatically. Rather than go through a long list of users and try to manually clean up the list, I would like to just delete all the users from the group</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Hey, Scripting Guy! How Do I Remove All Group Members in Active Directory?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2009/07/28/hey-scripting-guy-how-do-i-remove-all-group-members-in-active-directory.aspx#3557289</link><pubDate>Thu, 07 Mar 2013 23:46:40 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3557289</guid><dc:creator>Michael Turner</dc:creator><description>&lt;p&gt;Windows PowerShell is great, but there is a much easier way....&lt;/p&gt;
&lt;p&gt;dsget group &amp;quot;CN=GroupName,OU=Groups,DC=Domain,DC=com&amp;quot; -members | dsmod group &amp;quot;CN=GroupName,OU=Groups,DC=Domain,DC=com&amp;quot; -rmmbr&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3557289" width="1" height="1"&gt;</description></item></channel></rss>