Preview:
Get-ChildItem -path C:\Temp -Recurse -File | 
   Group-Object -property | Get-FileHash | Group-Object -property Hash | Where-Object { $_.count -gt 1 } | 
          ForEach-Object { $_.Group | Select-Object Path, Hash }
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter