<?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 Indented!</title>
	<atom:link href="http://www.indented.co.uk/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.indented.co.uk</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>Comment on Administering Microsoft DNS in PowerShell by Chris</title>
		<link>http://www.indented.co.uk/index.php/2008/12/30/administering-microsoft-dns-in-powershell/comment-page-1/#comment-1362</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 21 Dec 2011 09:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=636#comment-1362</guid>
		<description>Yep, you need to create NS records in the zone (I popped a section in the article for that). Once done your new servers will appear on the name servers tab.

Chris</description>
		<content:encoded><![CDATA[<p>Yep, you need to create NS records in the zone (I popped a section in the article for that). Once done your new servers will appear on the name servers tab.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Administering Microsoft DNS in PowerShell by Ben Northway</title>
		<link>http://www.indented.co.uk/index.php/2008/12/30/administering-microsoft-dns-in-powershell/comment-page-1/#comment-1358</link>
		<dc:creator>Ben Northway</dc:creator>
		<pubDate>Tue, 20 Dec 2011 16:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=636#comment-1358</guid>
		<description>Thanks for the information. Very good! Do you know of any way to add name servers to a zone?</description>
		<content:encoded><![CDATA[<p>Thanks for the information. Very good! Do you know of any way to add name servers to a zone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Administering Microsoft DNS in PowerShell by Per Leon</title>
		<link>http://www.indented.co.uk/index.php/2008/12/30/administering-microsoft-dns-in-powershell/comment-page-1/#comment-1312</link>
		<dc:creator>Per Leon</dc:creator>
		<pubDate>Fri, 09 Dec 2011 23:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=636#comment-1312</guid>
		<description>Found help and knowledge in your article.

Great one! Thanks!

~ Per Leon</description>
		<content:encoded><![CDATA[<p>Found help and knowledge in your article.</p>
<p>Great one! Thanks!</p>
<p>~ Per Leon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NTFS, PowerShell, Get-ACL &amp; listing explicit rights by Anon</title>
		<link>http://www.indented.co.uk/index.php/2008/10/22/powershell-get-acl-listing-explicit-rights/comment-page-1/#comment-1223</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Tue, 22 Nov 2011 13:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=395#comment-1223</guid>
		<description>Thanks for the script.
One improvement would be to only add entries to the ExplicitRights array when it matches the criteria.  At the moment it still adds a NULL entry for every DirEntry that does not match (which also stops Export-CSV from working), which may slow down processing with thousands of files.</description>
		<content:encoded><![CDATA[<p>Thanks for the script.<br />
One improvement would be to only add entries to the ExplicitRights array when it matches the criteria.  At the moment it still adds a NULL entry for every DirEntry that does not match (which also stops Export-CSV from working), which may slow down processing with thousands of files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell, IIS and log settings by Gather IIS logs from your IIS servers &#124; Sentiment</title>
		<link>http://www.indented.co.uk/index.php/2010/01/12/powershell-iis-and-log-settings/comment-page-1/#comment-1199</link>
		<dc:creator>Gather IIS logs from your IIS servers &#124; Sentiment</dc:creator>
		<pubDate>Wed, 16 Nov 2011 12:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.indented.co.uk/?p=1353#comment-1199</guid>
		<description>[...] is a slight modification of the script by Chris Dent, because I needed different results to link site name (which IISWebServerSetting saves as [...]</description>
		<content:encoded><![CDATA[<p>[...] is a slight modification of the script by Chris Dent, because I needed different results to link site name (which IISWebServerSetting saves as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing the Primary Group with PowerShell 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>Comment on Reading share security with PowerShell by Gord Moore</title>
		<link>http://www.indented.co.uk/index.php/2009/02/20/reading-share-security-with-powershell/comment-page-1/#comment-1100</link>
		<dc:creator>Gord Moore</dc:creator>
		<pubDate>Fri, 04 Nov 2011 01:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=972#comment-1100</guid>
		<description>Nice piece of kit - very nice little script that was just what I was after.</description>
		<content:encoded><![CDATA[<p>Nice piece of kit &#8211; very nice little script that was just what I was after.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exchange 2003: Returning mailbox sizes by Chris G.</title>
		<link>http://www.indented.co.uk/index.php/2008/10/28/exchange-2003-returning-mailbox-sizes/comment-page-1/#comment-984</link>
		<dc:creator>Chris G.</dc:creator>
		<pubDate>Mon, 17 Oct 2011 15:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=604#comment-984</guid>
		<description>thank you so much, I will continue to use PFDAVAdmin to pull the folder item count. Thank you again for all your help!</description>
		<content:encoded><![CDATA[<p>thank you so much, I will continue to use PFDAVAdmin to pull the folder item count. Thank you again for all your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exchange 2003: Returning mailbox sizes by Chris</title>
		<link>http://www.indented.co.uk/index.php/2008/10/28/exchange-2003-returning-mailbox-sizes/comment-page-1/#comment-969</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 14 Oct 2011 19:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=604#comment-969</guid>
		<description>Very, Exchange 2003 doesn&#039;t really have an interface that can access mailbox contents (outside of MAPI, WebDAV or Outlook itself).

Chris</description>
		<content:encoded><![CDATA[<p>Very, Exchange 2003 doesn&#8217;t really have an interface that can access mailbox contents (outside of MAPI, WebDAV or Outlook itself).</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exchange 2003: Returning mailbox sizes by Chris G.</title>
		<link>http://www.indented.co.uk/index.php/2008/10/28/exchange-2003-returning-mailbox-sizes/comment-page-1/#comment-967</link>
		<dc:creator>Chris G.</dc:creator>
		<pubDate>Fri, 14 Oct 2011 18:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=604#comment-967</guid>
		<description>Chris,

This is great! What effort would it take to add folder listing and item count per folder to the output?

Thank you,

Chris G.</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>This is great! What effort would it take to add folder listing and item count per folder to the output?</p>
<p>Thank you,</p>
<p>Chris G.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

