<?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 for The P-spot</title>
	<atom:link href="http://www.the-p-spot.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-p-spot.org</link>
	<description>Tickle your Powershell needs</description>
	<lastBuildDate>Wed, 28 Apr 2010 11:27:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Powershell for NetApp by Glenn Sizemore</title>
		<link>http://www.the-p-spot.org/2010/04/28/powershell-for-netapp/comment-page-1/#comment-7</link>
		<dc:creator>Glenn Sizemore</dc:creator>
		<pubDate>Wed, 28 Apr 2010 11:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-p-spot.org/?p=25#comment-7</guid>
		<description>I&#039;m glad you like the project the current build is available http://poshontap.codeplex.com/.

~Glenn</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you like the project the current build is available <a href="http://poshontap.codeplex.com/" rel="nofollow">http://poshontap.codeplex.com/</a>.</p>
<p>~Glenn</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enumerate user memberships with Powershell by bvbn</title>
		<link>http://www.the-p-spot.org/2010/04/07/enumerate-user-memberships-with-powershell/comment-page-1/#comment-5</link>
		<dc:creator>bvbn</dc:creator>
		<pubDate>Thu, 22 Apr 2010 13:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-p-spot.org/?p=8#comment-5</guid>
		<description>The problem is that the primary group is not included in the MemberOf attribute.
Here is the Powershell command to get the primary group of a user:

Get-QADUser   &#124; Select name, @{n=&quot;PrimaryGroup&quot;;e={(Get-QADGroup &quot;$($_.Sid.AccountDomainSid)-$($_.PrimaryGroupId)&quot;).name}}</description>
		<content:encoded><![CDATA[<p>The problem is that the primary group is not included in the MemberOf attribute.<br />
Here is the Powershell command to get the primary group of a user:</p>
<p>Get-QADUser   | Select name, @{n=&#8221;PrimaryGroup&#8221;;e={(Get-QADGroup &#8220;$($_.Sid.AccountDomainSid)-$($_.PrimaryGroupId)&#8221;).name}}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

