After centralizing your audit data, you may want to query and report on it. This chapter will show you how you can create and send HTML reports with either SQL Server Agent or PowerShell.
HTML Reports with SQL Server Agent
Since the goal is to email the HTML report with SQL Server Agent , you will need to configure database mail first.
For more information on setting up database mail, visit https://docs.microsoft.com/en-us/sql/relational-databases/database-mail/configure-database-mail?view=sql-server-ver15 ...