Over at the PowerScripting Podcast, the winners of the NetCmdlets scripting contest were announced. Meanwhile I was having some awesome vacation time in the beautiful Outer Banks of North Carolina.
Winners for the /n software Netcmdlets contest are:
- Steve Hiner - Wrote a wrapper for Send-Email script to send email using Gmail's SMTP server
- Mark Schill - Sent in two entries, the one we've chosen to highlight is his Twitter IM client bot thingy. It uses Send-IM and Get-Http
- Quintus - A script to download an ESPN podcast using the Get-Rss cmdlet
Here's one of the winning scripts, from Steve Hiner:
The script is very straightforward, it takes details about the email on the command line (or prompts for them if they are not specified there), and calls NetCmdlets send-email cmdlet to securely connect to the GMail SMTP server and send the email.