Can I run Robocopy with a non administrator user if I have read/write rights on both source and destination folders? Is there any side effect/limitation?
My command would be:
robocopy \\server1\SRC \\server2\DEST
THANKS!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, this will work if you have the permissions. If you want to mirror subfolders then add the /MIR option.