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

NTDS Utility

Creating Snapshot   ntdsutilsnapshotactivate instance ntdscreate# copy the copy the {GUID_NUMBER} into notepad for a…

PowerShell: Deploy Certs on Remote Windows Servers

Quick Script for Local Machines: $certPath="C:\kimconnect_cert.pfx" $certPlaintextPassword='PASSWORD' $certEncryptedPassword=ConvertTo-SecureString $certPlaintextPassword -AsPlainText -Force Import-PfxCertificate -CertStoreLocation Cert:\LocalMachine\My -FilePath…

NaN

- Meaning: Not a Number - When used as an assignment to an element index…