Send Mail from PowerShell
Working with PowerShell the next step is to enable additional features in my scripts. This script will send email directly from within PowerShell. Hope this helps someone. [sourcecode language=”css”] ################################################# # Name: SMTPAnonTest.ps1 # # Author: Carlos Vargas # # Email: cvargas at cavarpe dot com # # Version: 1.0 # # …