<?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: Fixing redirected My Docs permissions, using Powershell</title>
	<atom:link href="http://blog.glo-networks.com/2008/07/30/fixing-redirected-my-docs-permissions-using-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.glo-networks.com/2008/07/30/fixing-redirected-my-docs-permissions-using-powershell/</link>
	<description>Glo Networks team sharing their technical experiences and thoughts.</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:33:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Karl</title>
		<link>http://blog.glo-networks.com/2008/07/30/fixing-redirected-my-docs-permissions-using-powershell/comment-page-1/#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&#039;re interested in is the $propagation variable. What you probably want is to alter it to something like this:
$propagation = [system.security.accesscontrol.PropagationFlags]&quot;InheritOnly&quot;

That should propagate all the way down for you then :) If you&#039;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-networks.com/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-networks.com/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>By: Jason Carter</title>
		<link>http://blog.glo-networks.com/2008/07/30/fixing-redirected-my-docs-permissions-using-powershell/comment-page-1/#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 &quot;Replace All Existing Permissions on all Descendants with Inhertiable Permissions from this Object.   Maybe even as part of the script?  I can&#039;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>By: Jason Carter</title>
		<link>http://blog.glo-networks.com/2008/07/30/fixing-redirected-my-docs-permissions-using-powershell/comment-page-1/#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&#039;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>
</channel>
</rss>

