<?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"
	>
<channel>
	<title>Comments for Glo Networks Technical Blog (Glo Blog)</title>
	<atom:link href="http://blog.glo-net.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.glo-net.net</link>
	<description>Glo Networks team sharing their technical experiences and thoughts.</description>
	<pubDate>Thu, 04 Dec 2008 23:48:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Server 2008 R2 by Server 2008 R2 &#124; Windows 2008 Security</title>
		<link>http://blog.glo-net.net/2008/11/03/server-2008-r2/#comment-29</link>
		<dc:creator>Server 2008 R2 &#124; Windows 2008 Security</dc:creator>
		<pubDate>Mon, 03 Nov 2008 00:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.glo-net.net/?p=112#comment-29</guid>
		<description>[...] Read the original post: Server 2008 R2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Read the original post: Server 2008 R2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OS X Keyboard Shortcuts by Darren</title>
		<link>http://blog.glo-net.net/2008/08/12/os-x-keyboard-shortcuts/#comment-25</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Tue, 09 Sep 2008 20:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.glo-net.net/?p=56#comment-25</guid>
		<description>Some more key combinations
fn-left arrow &#62; Home
fn-right arrow &#62; End
fn-up arrow &#62; Page Up
fn-down arrow &#62; Page Down</description>
		<content:encoded><![CDATA[<p>Some more key combinations<br />
fn-left arrow &gt; Home<br />
fn-right arrow &gt; End<br />
fn-up arrow &gt; Page Up<br />
fn-down arrow &gt; Page Down</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing redirected My Docs permissions, using Powershell by Karl</title>
		<link>http://blog.glo-net.net/2008/07/30/fixing-redirected-my-docs-permissions-using-powershell/#comment-21</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Tue, 26 Aug 2008 08:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.glo-net.net/?p=29#comment-21</guid>
		<description>Hi Jason,

The bit you're interested in is the $propagation variable. What you probably want is to alter it to something like this:
$propagation = [system.security.accesscontrol.PropagationFlags]"InheritOnly"

That should propagate all the way down for you then :) If you're wondering what else you can set the propagation flags to, you can take a look at the following technet doc :)
http://msdn.microsoft.com/en-us/library/system.security.accesscontrol.propagationflags.aspx</description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>The bit you&#8217;re interested in is the $propagation variable. What you probably want is to alter it to something like this:<br />
$propagation = [system.security.accesscontrol.PropagationFlags]&#8220;InheritOnly&#8221;</p>
<p>That should propagate all the way down for you then <img src='http://blog.glo-net.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> If you&#8217;re wondering what else you can set the propagation flags to, you can take a look at the following technet doc <img src='http://blog.glo-net.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://msdn.microsoft.com/en-us/library/system.security.accesscontrol.propagationflags.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/system.security.accesscontrol.propagationflags.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing redirected My Docs permissions, using Powershell by Jason Carter</title>
		<link>http://blog.glo-net.net/2008/07/30/fixing-redirected-my-docs-permissions-using-powershell/#comment-18</link>
		<dc:creator>Jason Carter</dc:creator>
		<pubDate>Tue, 12 Aug 2008 17:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.glo-net.net/?p=29#comment-18</guid>
		<description>Do you know of a way to after resetting the home folders themselfs to go in and applys those permissions to all child objects?  Pretty much the same as going in the advanced security tab and checking the box to "Replace All Existing Permissions on all Descendants with Inhertiable Permissions from this Object.   Maybe even as part of the script?  I can't find a way to even work with this checkbox/property in Powershell.</description>
		<content:encoded><![CDATA[<p>Do you know of a way to after resetting the home folders themselfs to go in and applys those permissions to all child objects?  Pretty much the same as going in the advanced security tab and checking the box to &#8220;Replace All Existing Permissions on all Descendants with Inhertiable Permissions from this Object.   Maybe even as part of the script?  I can&#8217;t find a way to even work with this checkbox/property in Powershell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing redirected My Docs permissions, using Powershell by Jason Carter</title>
		<link>http://blog.glo-net.net/2008/07/30/fixing-redirected-my-docs-permissions-using-powershell/#comment-17</link>
		<dc:creator>Jason Carter</dc:creator>
		<pubDate>Tue, 12 Aug 2008 17:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.glo-net.net/?p=29#comment-17</guid>
		<description>Hey, love your script.  We had an issue where we ran chkdsk on our user share volume and it messed some of the permissions up.  We now have the hotfix from here: http://support.microsoft.com/default.aspx?scid=kb;EN-US;831374

I was wondering, in testing this, it looks like your script will do the job, however, after resetting the permisisons at the home folder level, they don't propergate down to the current files unless we go in and check the box to Replace All Existing Inhertitable Permissions on all desendeants with inhertiable permissons from this oject.

Do you know of a way to do this with Powershell as part of  your script?  Any help would be great!</description>
		<content:encoded><![CDATA[<p>Hey, love your script.  We had an issue where we ran chkdsk on our user share volume and it messed some of the permissions up.  We now have the hotfix from here: <a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;831374" rel="nofollow">http://support.microsoft.com/default.aspx?scid=kb;EN-US;831374</a></p>
<p>I was wondering, in testing this, it looks like your script will do the job, however, after resetting the permisisons at the home folder level, they don&#8217;t propergate down to the current files unless we go in and check the box to Replace All Existing Inhertitable Permissions on all desendeants with inhertiable permissons from this oject.</p>
<p>Do you know of a way to do this with Powershell as part of  your script?  Any help would be great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 2008 Server DNS Cache Bug ? by Arian van der Pijl</title>
		<link>http://blog.glo-net.net/2008/06/02/windows-2008-server-dns-cache-bug/#comment-6</link>
		<dc:creator>Arian van der Pijl</dc:creator>
		<pubDate>Thu, 03 Jul 2008 11:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.glo-net.net/?p=11#comment-6</guid>
		<description>Hi,
I googled this blog in regarding of an issue i noticed by a client.
I had to manually clear the DNS cache because it contained old cached records and clients complained they could not reach some websites anymore.
I suppose the cache should obey the TTL of the cached records and no other config is possible on the cache?.

Anyway, i will keep an eye on this cache issue.
Regards!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I googled this blog in regarding of an issue i noticed by a client.<br />
I had to manually clear the DNS cache because it contained old cached records and clients complained they could not reach some websites anymore.<br />
I suppose the cache should obey the TTL of the cached records and no other config is possible on the cache?.</p>
<p>Anyway, i will keep an eye on this cache issue.<br />
Regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Website and Blog Progress by Chris</title>
		<link>http://blog.glo-net.net/2008/05/21/website-and-blog-progress/#comment-3</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 27 May 2008 09:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.glo-net.net/?p=3#comment-3</guid>
		<description>Some people write websites to look best at a certain screen size. Then they code their website to change the size of your browser to what they want. This practice is heavily used by warez and adult websites and is generally frowned upon.

Was just a polite notice as I know many people that really don't like it.</description>
		<content:encoded><![CDATA[<p>Some people write websites to look best at a certain screen size. Then they code their website to change the size of your browser to what they want. This practice is heavily used by warez and adult websites and is generally frowned upon.</p>
<p>Was just a polite notice as I know many people that really don&#8217;t like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Website and Blog Progress by Ann</title>
		<link>http://blog.glo-net.net/2008/05/21/website-and-blog-progress/#comment-2</link>
		<dc:creator>Ann</dc:creator>
		<pubDate>Mon, 26 May 2008 19:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.glo-net.net/?p=3#comment-2</guid>
		<description>why "beware the browser growing"??? Meaning . . . .</description>
		<content:encoded><![CDATA[<p>why &#8220;beware the browser growing&#8221;??? Meaning . . . .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
