<?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/"
		>
<channel>
	<title>Comments on: Changing the Primary Group with PowerShell</title>
	<atom:link href="http://www.indented.co.uk/index.php/2010/01/22/changing-the-primary-group-with-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.indented.co.uk/index.php/2010/01/22/changing-the-primary-group-with-powershell/</link>
	<description></description>
	<lastBuildDate>Wed, 21 Dec 2011 09:33:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeremy Saunders</title>
		<link>http://www.indented.co.uk/index.php/2010/01/22/changing-the-primary-group-with-powershell/comment-page-1/#comment-1153</link>
		<dc:creator>Jeremy Saunders</dc:creator>
		<pubDate>Tue, 08 Nov 2011 14:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.indented.co.uk/?p=1366#comment-1153</guid>
		<description>Nice script! You can wrap this in a function and change the following two lines to be able to change the Primary Group on a per user basis.

$BaseOU = [ADSI]&quot;LDAP://$DomainNC&quot;
$LdapFilter = &quot;(&amp;(objectClass=user)(objectCategory=person)(primaryGroupId=$OldGroupToken)(sAMAccountName=$Member))&quot;

Cheers,
Jeremy.</description>
		<content:encoded><![CDATA[<p>Nice script! You can wrap this in a function and change the following two lines to be able to change the Primary Group on a per user basis.</p>
<p>$BaseOU = [ADSI]&#8220;LDAP://$DomainNC&#8221;<br />
$LdapFilter = &#8220;(&amp;(objectClass=user)(objectCategory=person)(primaryGroupId=$OldGroupToken)(sAMAccountName=$Member))&#8221;</p>
<p>Cheers,<br />
Jeremy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Working with AD groups in PowerShell - Admins Goodies</title>
		<link>http://www.indented.co.uk/index.php/2010/01/22/changing-the-primary-group-with-powershell/comment-page-1/#comment-711</link>
		<dc:creator>Working with AD groups in PowerShell - Admins Goodies</dc:creator>
		<pubDate>Thu, 11 Aug 2011 00:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.indented.co.uk/?p=1366#comment-711</guid>
		<description>[...] Changing Primary Group with Powershell [...]</description>
		<content:encoded><![CDATA[<p>[...] Changing Primary Group with Powershell [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

