Does anyone know what I can put in the argument of the Log Parser (PowerShell) template to point to a logfile with a date in the name? The log files I'm trying to scrape have the current date at the beginning of the logfile name. For instance I'm trying to scrape: c$\DCGData\VNB\2019-12-30_BusinessServiceLog.log for errors. Tomorrow the filename will be c$\DCGData\VNB\2019-12-31_BusinessServiceLog.log.
Can anyone help?