I'd like to execute a Powershell script daily on each windows server in our farm that sends event viewer information to a SQL Server Audit database. Does anyone know if it's possible to create a condition that will execute a Powershell script?
Otherwise I can utilize windows task scheduler or other tool to fire off the script, just hoping SQL Sentry had some built in functionality.
Thanks.