Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 960 Bytes

README.MD

File metadata and controls

17 lines (12 loc) · 960 Bytes

Description

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.

How does it work?

  • 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.

Best practices

  • 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.

Requirements

All required modules can be found in the repository and are free to use.