Here's a quick little PowerShell script you can use in conjunction with Out-Zip to zip up a folder on your hard drive and email it: $sender = sender@host.com $recipient = recipient@host.com $server = mail.host.com $targetFolder = c:\MyFolder $file = c...