Support for sending email from powershell scheduled task and writing to AuditLog
M
Michiel van der Veeken
Peter van Gemert and Niek de Melker
Thank you for your feedback and additional comments. At the moment, the old product actions and scheduled tasks are still using the "old" infrastructure in combination with the Directory Agent. We are in the process of transitioning this functionality to the new Service Automation infrastructure (local Service Automation Agent and Cloud Agent). The requested functionality is already available within this new infrastructure. However, I cannot yet confirm when the mentioned functionalities will become available for the new infrastructure. As soon as there is more news about this, it will be communicated via the roadmap.
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 great.