wandersick / ws-folder-template-provisioner

This Windows batch script provisions (copies) new folders with exact permissions and content from a specified existing folder (template) based on the information (first name and last name) inputted by a user via its command-line interface.
https://tech.wandersick.com/2020/09/folder-template-provisioner.html
4 stars 0 forks source link

Change robocopy /COPYALL to /Copy:DATSO #3

Closed wandersick closed 4 years ago

wandersick commented 4 years ago

Auditing permission should not be required per https://social.technet.microsoft.com/Forums/ie/en-US/c4486f3d-45cb-4bfd-a6ae-f4a797d5b4ee/robocopy-error-you-do-not-have-the-manage-auditing-user-right?forum=winservergen

wandersick commented 4 years ago

The idea has been added to the README.md as an optional item for enthusiasts to try. It will not be implemented in the actual script.