Tag

#Powershell

PowerShell Send Email in one line command

2014-11-20

Powerful one liner to send an email with PowerShell.  Useful in scheduled tasks to send status, or additional info. The use of environment variables is totally optional, but…

PowerShell – Remove all files from a folder

2014-10-10

This script will delte everyting in the “Script” folder, sub-folder, and the “-recurse” option will prevent the prompting of confirmation. The “-exclude” option alllows you to exclude files…