<?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>Fri, 09 Jul 2010 18:15:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Reading NTFS and Share security with VbScript by Dan R</title>
		<link>http://www.indented.co.uk/index.php/2009/02/19/reading-ntfs-and-share-security-with-vbscript/comment-page-1/#comment-367</link>
		<dc:creator>Dan R</dc:creator>
		<pubDate>Fri, 09 Jul 2010 18:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=908#comment-367</guid>
		<description>Very nice, thank you, this saved me a bunch of time!</description>
		<content:encoded><![CDATA[<p>Very nice, thank you, this saved me a bunch of time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Listing all domains in a forest by Chris</title>
		<link>http://www.indented.co.uk/index.php/2008/10/21/listing-all-domains-in-a-forest/comment-page-1/#comment-342</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 02 Jul 2010 10:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=310#comment-342</guid>
		<description>Thanks! Fixed the example.

Chris</description>
		<content:encoded><![CDATA[<p>Thanks! Fixed the example.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Listing all domains in a forest by Ian Walker</title>
		<link>http://www.indented.co.uk/index.php/2008/10/21/listing-all-domains-in-a-forest/comment-page-1/#comment-341</link>
		<dc:creator>Ian Walker</dc:creator>
		<pubDate>Fri, 02 Jul 2010 10:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=310#comment-341</guid>
		<description>In the VBScript code, the query on line 12 will fail with a &quot;Table does not exist&quot; error unless &quot;LDAP&quot; is in upper case.

Otherwise, thanks for this, saved me an hour writing it from scratch.</description>
		<content:encoded><![CDATA[<p>In the VBScript code, the query on line 12 will fail with a &#8220;Table does not exist&#8221; error unless &#8220;LDAP&#8221; is in upper case.</p>
<p>Otherwise, thanks for this, saved me an hour writing it from scratch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IPv4 subnet math with PowerShell by Andy N</title>
		<link>http://www.indented.co.uk/index.php/2010/01/23/powershell-subnet-math/comment-page-1/#comment-340</link>
		<dc:creator>Andy N</dc:creator>
		<pubDate>Tue, 29 Jun 2010 19:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.indented.co.uk/?p=1370#comment-340</guid>
		<description>These functions have proven supremely useful - I&#039;ve automated a tedious firewall object provisioning process based on your work..  Thanks for sharing!

Rather thank dot-sourcing, I&#039;ve made a Module from the file  by adding &quot; Export-ModuleMember -Function * &quot; and saving the script as a .psm1  file in the system Modules directory.</description>
		<content:encoded><![CDATA[<p>These functions have proven supremely useful &#8211; I&#8217;ve automated a tedious firewall object provisioning process based on your work..  Thanks for sharing!</p>
<p>Rather thank dot-sourcing, I&#8217;ve made a Module from the file  by adding &#8221; Export-ModuleMember -Function * &#8221; and saving the script as a .psm1  file in the system Modules directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Jason Stangroome</title>
		<link>http://www.indented.co.uk/index.php/about/comment-page-1/#comment-337</link>
		<dc:creator>Jason Stangroome</dc:creator>
		<pubDate>Wed, 16 Jun 2010 23:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.indented.co.uk/?page_id=1478#comment-337</guid>
		<description>Hi,

I had a look at DnsShell. I like the idea but I&#039;m concerned by the fact that it is compiled to target version 4 of the .NET Framework and therefore CLR v4. The standard PowerShell engine is built to work with CLR v2 only and while there are tricks to get it to be able to load .NET 4 assemblies, this isn&#039;t ideal if you want to use the DnsShell module across several machines in several environments.

It appears the DnsShell source compiles fine if the project properties are changed to target .NET 3.5 so this should probably be done until either DnsShell is dependent on a .NET 4 feature or PowerShell officially supports .NET 4.

Regards,

Jason</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I had a look at DnsShell. I like the idea but I&#8217;m concerned by the fact that it is compiled to target version 4 of the .NET Framework and therefore CLR v4. The standard PowerShell engine is built to work with CLR v2 only and while there are tricks to get it to be able to load .NET 4 assemblies, this isn&#8217;t ideal if you want to use the DnsShell module across several machines in several environments.</p>
<p>It appears the DnsShell source compiles fine if the project properties are changed to target .NET 3.5 so this should probably be done until either DnsShell is dependent on a .NET 4 feature or PowerShell officially supports .NET 4.</p>
<p>Regards,</p>
<p>Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DHCP Discovery by Shaun</title>
		<link>http://www.indented.co.uk/index.php/2010/02/17/dhcp-discovery/comment-page-1/#comment-330</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Mon, 07 Jun 2010 18:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.indented.co.uk/?p=1436#comment-330</guid>
		<description>Hi Chris, 

Just tried this out, a really useful script, saves me having to download wireshark to find out where those rogue DHCP services are running from!! I&#039;ve found DHCP servers running on printers in my time, so a really nice script. 

Shaun</description>
		<content:encoded><![CDATA[<p>Hi Chris, </p>
<p>Just tried this out, a really useful script, saves me having to download wireshark to find out where those rogue DHCP services are running from!! I&#8217;ve found DHCP servers running on printers in my time, so a really nice script. </p>
<p>Shaun</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 2003 DNS and the Global Query Block List by Chris</title>
		<link>http://www.indented.co.uk/index.php/2009/05/21/windows-2003-dns-global-query-block-list/comment-page-1/#comment-322</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 26 May 2010 10:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=1082#comment-322</guid>
		<description>Absolutely, provided the version of dnscmd in use supports the syntax.

Chris</description>
		<content:encoded><![CDATA[<p>Absolutely, provided the version of dnscmd in use supports the syntax.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 2003 DNS and the Global Query Block List by Miturupesh</title>
		<link>http://www.indented.co.uk/index.php/2009/05/21/windows-2003-dns-global-query-block-list/comment-page-1/#comment-321</link>
		<dc:creator>Miturupesh</dc:creator>
		<pubDate>Wed, 26 May 2010 09:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=1082#comment-321</guid>
		<description>We can also enable and disable the global query block list  using the following commands:

1.To check whether the global query block is enabled, type the following:
dnscmd /info /enableglobalqueryblocklist 

2.To display the host names in the current block list, type the following:
dnscmd /info /globalqueryblocklist 

3.To disable the block list and ensure that the DNS Server service does not ignore queries for names in the block list, type the following:
dnscmd /config /enableglobalqueryblocklist 0 

4.To enable the block list and ensure that the DNS Server service ignores queries for names in the block list, type the following:
dnscmd /config /enableglobalqueryblocklist 0 

5.To remove all names from the block list, type the following:
dnscmd /config /globalqueryblocklist 

6.To replace the current block list with a list of the names that you specify, type the following:
dnscmd /config /globalqueryblocklist name [name]…</description>
		<content:encoded><![CDATA[<p>We can also enable and disable the global query block list  using the following commands:</p>
<p>1.To check whether the global query block is enabled, type the following:<br />
dnscmd /info /enableglobalqueryblocklist </p>
<p>2.To display the host names in the current block list, type the following:<br />
dnscmd /info /globalqueryblocklist </p>
<p>3.To disable the block list and ensure that the DNS Server service does not ignore queries for names in the block list, type the following:<br />
dnscmd /config /enableglobalqueryblocklist 0 </p>
<p>4.To enable the block list and ensure that the DNS Server service ignores queries for names in the block list, type the following:<br />
dnscmd /config /enableglobalqueryblocklist 0 </p>
<p>5.To remove all names from the block list, type the following:<br />
dnscmd /config /globalqueryblocklist </p>
<p>6.To replace the current block list with a list of the names that you specify, type the following:<br />
dnscmd /config /globalqueryblocklist name [name]…</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IPv4 subnet math with PowerShell by Gareth</title>
		<link>http://www.indented.co.uk/index.php/2010/01/23/powershell-subnet-math/comment-page-1/#comment-320</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Thu, 20 May 2010 14:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.indented.co.uk/?p=1370#comment-320</guid>
		<description>Great thanks for posting - you just saved me a whole load of pain!!

I owe you a beer! 

Cheers

GM</description>
		<content:encoded><![CDATA[<p>Great thanks for posting &#8211; you just saved me a whole load of pain!!</p>
<p>I owe you a beer! </p>
<p>Cheers</p>
<p>GM</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IPv4 subnet math with PowerShell by Episode 112 &#8211; Scripting Games 2010 Roundup with Ed Wilson and Joel Bennett &#171; PowerScripting Podcast</title>
		<link>http://www.indented.co.uk/index.php/2010/01/23/powershell-subnet-math/comment-page-1/#comment-315</link>
		<dc:creator>Episode 112 &#8211; Scripting Games 2010 Roundup with Ed Wilson and Joel Bennett &#171; PowerScripting Podcast</dc:creator>
		<pubDate>Mon, 17 May 2010 10:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.indented.co.uk/?p=1370#comment-315</guid>
		<description>[...] IP subnet math in PowerShell   Tips [...]</description>
		<content:encoded><![CDATA[<p>[...] IP subnet math in PowerShell   Tips [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
