My case is as below
I had
SourceFoler = d:\temp\SourceFolder
TargetFoler = d:\temp\TargetFolder
OtherFolder = d:\DiffernceFolder
I want to copy new and updated files from source folder to target folder
AND
Capture ONLY these updated and new files and copy them to "Other folder"
How I can do that in powrshell?
thanks in advance