A PowerShell script designed to execute robocopy.
This script will execute robocopy on a source and destination folder/file. All required parameters are read from a .JSON file. The input file can be modified as needed.
A scheduled task can be created to run the script in an automated way.
- Robocopy is executed and the results are stored in robocopy native log files.
- An e-mail is sent containing an overview and a link to the log files.
- Make sure to use the correct robocopy arguments as the switch '/MIR' can also delete files/folders.
- Read the help section in the script for an explanation of the input file parameters.
All required modules can be found in the repository and are free to use.