Category: Powershell
Powershell Script to Copy Files at Multiple Destinations Using Regex
Here is a parameterized Powershell script to copy the files from one location to multiple destinations. You can also rename the files and use various date formats to put the files in yearly/monthly folder. Once the files are successfully copied, you have an option to delete the file from source location. Usage Source Code