Monthly Archives: October 2016

How to restore files/folders & permissions with robocopy

Download psexec from http://live.sysinternals.com/psexec.exe Use the following commands to restore all files and security permissions: psexec -i -s cmd.exe (in the new cmd.exe shell run) robocopy /SEC /SECFIX /IS /IT /V <source> <destination>

Posted in Restore | Leave a comment