From 8be3e005b738c6543741a753eae62c8c56f9a216 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 22 Dec 2023 02:13:57 -0700 Subject: [PATCH] Update Scripts/Batch/Robocopy.md --- Scripts/Batch/Robocopy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scripts/Batch/Robocopy.md b/Scripts/Batch/Robocopy.md index 05b3e99..52bcb43 100644 --- a/Scripts/Batch/Robocopy.md +++ b/Scripts/Batch/Robocopy.md @@ -1,3 +1,5 @@ +LOKI WAS HERE + Robocopy is a useful tool that can be leveraged to copy files and folders from one location to another (e.g. Over the network to another server) without losing file and folder ACLs (permissions / ownership data). !!! warning "Run as Domain Admin"