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

Outlook Error: An Encrypted Connection Not Available

Symptom: The Fix: Run: control.exe > click on Mail Click on Show Profiles Click on…

Linux: Remediate SSL Weak Cipher Suites

Description The remote host supports the use of SSL ciphers that offer weak encryption. Note:…

List Autorun Services

# $cred = get-Credential -credential kdoan-a $Username = 'kimconnect\kim-Admin $Password = 'PASSWORD' $pass = ConvertTo-SecureString…