powershell-automation-script-copyfiles Simple script to Copy files from source to destination location Sample Command -- .\copy-file-script.ps1 -mylocation C:\Users\waseem\Desktop -myDestination .\testFolder\ -myFiles "*.png" Copies all png files from source desktop to destination testFolder