I am new to PowerShell. I need to download log files from a URL address. The folder has multiple files for each day. The generic format of the file name is plus_220919030001.csv (yymmddhhmmss.csv). I've not been able to find any way to do this. If I use the exact file name I have been able to use Invoke-RestMethod but I need to get multiple files and I don't know the filenames.