I’m looking to send an email using powershell that would look something like below
The Data audit has at least one problem. The following is the audit
- There are 15 rows that are too large
- There are 37 rows that are too small
- There are no null asOfDates
- There are 55 rows with stale asOfDates
This audit will run again in 15 minutes
You can use
send-mailmessagewith html parameter and format the body of the message with html tags.