<?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: Why DFS doesn&#8217;t replicate certain files ?</title>
	<atom:link href="http://www.roelbroersma.nl/index.php/2008/01/28/why-dfs-doesnt-replicate-certain-files/feed" rel="self" type="application/rss+xml" />
	<link>http://www.roelbroersma.nl/index.php/2008/01/28/why-dfs-doesnt-replicate-certain-files</link>
	<description>Technical stuff (coding/hosting/ASP/PHP) and about life (photos/stories)</description>
	<lastBuildDate>Mon, 06 Feb 2012 08:27:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Paul</title>
		<link>http://www.roelbroersma.nl/index.php/2008/01/28/why-dfs-doesnt-replicate-certain-files/comment-page-1#comment-19121</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 29 Dec 2010 15:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.roelbroersma.nl/index.php/2008/01/28/why-dfs-doesnt-replicate-certain-files#comment-19121</guid>
		<description>I found the below after googleing for a few hours.

In a windows power shell if you run below (replacing &quot;D:\dfsshares\share&quot; with the address to your folder) it will remove the temp attribute from all files and files in subfolders.

Get-childitem &quot;D:\dfsshares\share&quot; -recurse &#124; ForEach-Object -process {if (($_.attributes -band 0x100) -eq 0x100) {$_.attributes = ($_.attributes -band 0xFEFF)}}

Paul</description>
		<content:encoded><![CDATA[<p>I found the below after googleing for a few hours.</p>
<p>In a windows power shell if you run below (replacing &#8220;D:\dfsshares\share&#8221; with the address to your folder) it will remove the temp attribute from all files and files in subfolders.</p>
<p>Get-childitem &#8220;D:\dfsshares\share&#8221; -recurse | ForEach-Object -process {if (($_.attributes -band 0&#215;100) -eq 0&#215;100) {$_.attributes = ($_.attributes -band 0xFEFF)}}</p>
<p>Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>

