|
$PSEmailServer = "your.smtp.server.here" Send-MailMessage -From "you@yourmail.net" -To "Wherever@theirMail.com" -Subject "Something Amazing" -Body "The words of wisdom you want to send"
RUN "Powershell.exe -executionpolicy remotesigned -File c:\directoryName\message.ps1"