<?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: Using the Sync Framework from PowerShell</title>
	<atom:link href="http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/</link>
	<description>The Shell Is Calling</description>
	<lastBuildDate>Tue, 10 Jan 2012 04:24:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Thor</title>
		<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/comment-page-1/#comment-918</link>
		<dc:creator>Thor</dc:creator>
		<pubDate>Sat, 17 Sep 2011 17:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/#comment-918</guid>
		<description>Nice code. it works perfectly.
Do you know how to sync ntfs permissions as well?</description>
		<content:encoded><![CDATA[<p>Nice code. it works perfectly.<br />
Do you know how to sync ntfs permissions as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juergen Enge</title>
		<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/comment-page-1/#comment-858</link>
		<dc:creator>Juergen Enge</dc:creator>
		<pubDate>Mon, 01 Aug 2011 10:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/#comment-858</guid>
		<description>Has anyone tried to use the &quot;ApplyingChange&quot; Event.
The event is triggered, but setting 
$argument.SkipChange=$true
has no effect. I want to disable file deletions at target folder. 
thanx for help</description>
		<content:encoded><![CDATA[<p>Has anyone tried to use the &#8220;ApplyingChange&#8221; Event.<br />
The event is triggered, but setting<br />
$argument.SkipChange=$true<br />
has no effect. I want to disable file deletions at target folder.<br />
thanx for help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle Bristol</title>
		<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/comment-page-1/#comment-751</link>
		<dc:creator>Michelle Bristol</dc:creator>
		<pubDate>Thu, 28 Apr 2011 11:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/#comment-751</guid>
		<description>Just stumbled across this looking for a windows sync alternative to rsycn. I guess I&#039;m in the wrong place?</description>
		<content:encoded><![CDATA[<p>Just stumbled across this looking for a windows sync alternative to rsycn. I guess I&#8217;m in the wrong place?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/comment-page-1/#comment-684</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Thu, 24 Mar 2011 21:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/#comment-684</guid>
		<description>I&#039;ve found this really helpful, but here are a couple of notes for people trying to use it:
Write-Error seems to have a syntax error and isn&#039;t running correctly. It should be Write-Error &quot;[$($event.SourceEventArgs.Exception.Message)]&quot;
Errors in an event seem to get suck in the event thus the output from Write-error isn&#039;t displayed and nor is the syntax error
$global:FileSyncReport has a property called Overwritten but the $AppliedChangeAction is writing to a field called Updated</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found this really helpful, but here are a couple of notes for people trying to use it:<br />
Write-Error seems to have a syntax error and isn&#8217;t running correctly. It should be Write-Error &#8220;[$($event.SourceEventArgs.Exception.Message)]&#8221;<br />
Errors in an event seem to get suck in the event thus the output from Write-error isn&#8217;t displayed and nor is the syntax error<br />
$global:FileSyncReport has a property called Overwritten but the $AppliedChangeAction is writing to a field called Updated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/comment-page-1/#comment-640</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Sat, 01 Jan 2011 04:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/#comment-640</guid>
		<description>I am curious, using this method, can two clients sync to a common source?

Client A Client B Server C

Client A syncs to Server C
Client B syncs to Server C

Using this method, with the metadata file, it appears that it fails.

Exception calling &quot;Synchronize&quot; with &quot;0&quot; argument(s): &quot;The metadata store replica is already in use.&quot;</description>
		<content:encoded><![CDATA[<p>I am curious, using this method, can two clients sync to a common source?</p>
<p>Client A Client B Server C</p>
<p>Client A syncs to Server C<br />
Client B syncs to Server C</p>
<p>Using this method, with the metadata file, it appears that it fails.</p>
<p>Exception calling &#8220;Synchronize&#8221; with &#8220;0&#8243; argument(s): &#8220;The metadata store replica is already in use.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Murawski</title>
		<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/comment-page-1/#comment-594</link>
		<dc:creator>Steven Murawski</dc:creator>
		<pubDate>Wed, 29 Sep 2010 11:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/#comment-594</guid>
		<description>I wrote and tested this script on 64 bit Server 2008 R2 and 32 bit Windows 7 with the Sync Framework 2.0 SDK.</description>
		<content:encoded><![CDATA[<p>I wrote and tested this script on 64 bit Server 2008 R2 and 32 bit Windows 7 with the Sync Framework 2.0 SDK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/comment-page-1/#comment-589</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Tue, 28 Sep 2010 15:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/#comment-589</guid>
		<description>Steve, 
So what was your setup when you wrote this script?</description>
		<content:encoded><![CDATA[<p>Steve,<br />
So what was your setup when you wrote this script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/comment-page-1/#comment-582</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Fri, 24 Sep 2010 18:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/#comment-582</guid>
		<description>Steven, thanks for the reply.
Sync Framework 2.1 64bit
Win 7 64bit
Powershell 2
I have tried the 32 bit and 64 bit consoles on my machine. same results

here is the load assembly output
GAC    Version        Location                                                                                                                                                      
---    -------        --------                                                                                                                                                      
True   v2.0.50727     C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\2.1.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll                                                
True   v2.0.50727     C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization.Files\2.1.0.0__89845dcd8080cc91\Microsoft.Synchronization.Files.dll</description>
		<content:encoded><![CDATA[<p>Steven, thanks for the reply.<br />
Sync Framework 2.1 64bit<br />
Win 7 64bit<br />
Powershell 2<br />
I have tried the 32 bit and 64 bit consoles on my machine. same results</p>
<p>here is the load assembly output<br />
GAC    Version        Location<br />
&#8212;    &#8212;&#8212;-        &#8212;&#8212;&#8211;<br />
True   v2.0.50727     C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\2.1.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll<br />
True   v2.0.50727     C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization.Files\2.1.0.0__89845dcd8080cc91\Microsoft.Synchronization.Files.dll</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Murawski</title>
		<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/comment-page-1/#comment-581</link>
		<dc:creator>Steven Murawski</dc:creator>
		<pubDate>Thu, 23 Sep 2010 22:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/#comment-581</guid>
		<description>Gary,

What version of the Sync Framework do you have installed?  What OS are you running on? What version of PowerShell do you have installed?  Are you running on a 64 bit OS?  If so, what version of the Sync Framework and PowerShell are you using (32 bit or 64 bit)?

Steve</description>
		<content:encoded><![CDATA[<p>Gary,</p>
<p>What version of the Sync Framework do you have installed?  What OS are you running on? What version of PowerShell do you have installed?  Are you running on a 64 bit OS?  If so, what version of the Sync Framework and PowerShell are you using (32 bit or 64 bit)?</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/comment-page-1/#comment-580</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 23 Sep 2010 21:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/#comment-580</guid>
		<description>I can not get this to work. I recieve the following error. Any help would be appricated.

Cannot find an overload for &quot;FileSyncProvider&quot; and the argument count: &quot;3&quot;.
At :line:43 char:34
+             $provider = new-object &lt;&lt;&lt;&lt;  Microsoft.Synchronization.Files.FileSyncProvider -ArgumentList $path, $filter, $options</description>
		<content:encoded><![CDATA[<p>I can not get this to work. I recieve the following error. Any help would be appricated.</p>
<p>Cannot find an overload for &#8220;FileSyncProvider&#8221; and the argument count: &#8220;3&#8243;.<br />
At :line:43 char:34<br />
+             $provider = new-object &lt;&lt;&lt;&lt;  Microsoft.Synchronization.Files.FileSyncProvider -ArgumentList $path, $filter, $options</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [PS] HDD kopieren - MCSEboard.de MCSE Forum</title>
		<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/comment-page-1/#comment-526</link>
		<dc:creator>[PS] HDD kopieren - MCSEboard.de MCSE Forum</dc:creator>
		<pubDate>Sat, 01 May 2010 16:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/#comment-526</guid>
		<description>[...] Sero, bei google habe ich mit &quot;synchronize powershell&quot; das hier gefunden:  Using the Sync Framework from PowerShell Use PowerShell  wo gezeigt wird, wie man &quot;Sync Framework&quot; unter Powershell benutzt.  [...]</description>
		<content:encoded><![CDATA[<p>[...] Sero, bei google habe ich mit &quot;synchronize powershell&quot; das hier gefunden:  Using the Sync Framework from PowerShell Use PowerShell  wo gezeigt wird, wie man &quot;Sync Framework&quot; unter Powershell benutzt.  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Murawski</title>
		<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/comment-page-1/#comment-521</link>
		<dc:creator>Steven Murawski</dc:creator>
		<pubDate>Tue, 27 Apr 2010 15:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/#comment-521</guid>
		<description>I think those were leftovers from a previous refactoring.  Nice catch. 

Steve</description>
		<content:encoded><![CDATA[<p>I think those were leftovers from a previous refactoring.  Nice catch. </p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnnie</title>
		<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/comment-page-1/#comment-518</link>
		<dc:creator>Johnnie</dc:creator>
		<pubDate>Fri, 23 Apr 2010 06:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/#comment-518</guid>
		<description>Supernice example and it works perfectly, but i&#039;m curious of whats happening here?
$ApplyChangeJobs += $SourceApplyChangeJob 
and here
$ApplyChangeJobs += $DestApplyChangeJob  
I cannot see that $SourceApplyChangeJob and $DestApplyChangeJob is used anywhere else?
Regards,
Johnnie</description>
		<content:encoded><![CDATA[<p>Supernice example and it works perfectly, but i&#8217;m curious of whats happening here?<br />
$ApplyChangeJobs += $SourceApplyChangeJob<br />
and here<br />
$ApplyChangeJobs += $DestApplyChangeJob<br />
I cannot see that $SourceApplyChangeJob and $DestApplyChangeJob is used anywhere else?<br />
Regards,<br />
Johnnie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Murawski</title>
		<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/comment-page-1/#comment-460</link>
		<dc:creator>Steven Murawski</dc:creator>
		<pubDate>Thu, 21 Jan 2010 20:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/#comment-460</guid>
		<description>Sure thing.. will do that shortly.</description>
		<content:encoded><![CDATA[<p>Sure thing.. will do that shortly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry E Dow</title>
		<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/comment-page-1/#comment-459</link>
		<dc:creator>Terry E Dow</dc:creator>
		<pubDate>Thu, 21 Jan 2010 20:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/#comment-459</guid>
		<description>To avoid the line wrap issues can you post a ZIP&#039;d PS1download link in this blog?</description>
		<content:encoded><![CDATA[<p>To avoid the line wrap issues can you post a ZIP&#8217;d PS1download link in this blog?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

