Answer the question
In order to leave comments, you need to log in
How can I find out what exactly was not copied due to a failure of the robocopy utility?
I started robocopy with the following parameters:
robocopy "D:\1programming" "T:\1programming" /e /copyall /zb /V /TS /FP /ETA /TEE /LOG:C:\robocopy.txt /MIR
$1 = Get-childitem "D:\1programming" -recurse
$2 = Get-childitem "T:\1programming" -recurse
Compare-Object $1 $2 -Property Name, Length
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question