Support for sending email from powershell scheduled task and writing to AuditLog
Niek de Melker
would love to have the option to send mails from scheduled tasks. Sometimes you just want to format an email to inform people, the default mail handler isn't always usable for this. if we could use the
Write-Information 'email'
that would be just great.