Posted On March 31, 2019

Robocopy

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Robocopy
The following commands copy folders and retain all security attributes: 
robocopy “some directory” “some directory 1” /copyall /E /R:0 /Z /NP

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

SUBINACL and TAKEOWN

Change owner:subinacl /file C:\demofile.doc /setowner=SS64Dom\AliceTsubinacl /subdirectories "C:\Documents and Settings\USER\Desktop\FOLDER\*.*" /setowner=DOMAIN\USER

Use Group Policy to remotely install software in a Microsoft Active Directory Windows Environment

Update: this instruction has been succeeded by this.   Step 1: Create a Organizational Unit…

Disable / Enable Admin Shares

Restore Administrative Shares To restore administrative shares so that they are automatically created in Windows:…