Sending an email using PowerShell
PowerShell is proving to be a wonderful tool for Microsoft System Admins. The ability to send emails in a PowerShell script can be quite useful, you can use this simple little function to send an email from PowerShell. You could potentially use this function to send you an email when an automatic PowerShell task runs and …