User accidentally messed up a Robocopy command and caused a bunch of folders to get created with corrupt security

So for this you can harken back to your DOS days (if you had them) and utilize the 8.3 naming convention, which gets around the invalid NTFS security descriptors that aren’t there. Steps to remove the invalid new destination folders: Open a command prompt with admin rights to the root folder where these new folders … Read more

On Windows: is it safe to do a robocopy in order to clone the system?

AD Servers are different. A Domain Controller has a directory junction on the C:\Windows\SYSVOL\sysvol directory that points to the C:\Windows\SYSVOL\domain directory: Directory of C:\Windows\SYSVOL\sysvol 04/13/2011 01:22 PM <DIR> . 04/13/2011 01:22 PM <DIR> .. 04/13/2011 01:22 PM <JUNCTION> domainName.acme.com [C:\Windows\SYSVOL\domain] Almost any type of a manual copy operation would result in a SYSVOL that does … Read more