(1) I am not using powershell 3.0 so cannot use 4>&1 > $LogFileName
(2) Tried using Start-Transcript and Stop-Transcript but still the output is sceen on the screen.
Below is the copy-item.....
Copy-Item -Path $SourchPath -Destination $DestinationPath -Force -Recurse –Verbose