Cleaning up after sending SMTP mail in Powershell

By |2016-12-11T15:25:09+00:00April 3rd, 2010|Powershell|2 Comments

I like exporting and sending the results of my Powershell scripts via SMTP mail.  That obviously require some sort of temporary location to hold my data while I am working on things.  However, I also try to stay away from dumping the temporary contents into TEMP or TMP.  I want to keep my junk separate [...]