How to use Send-MailMessage with a password in Powershell script —
Finally I have been trying to figure out a way to use the standard cmdlt Send-MailMessage using a userid and password that is saved in the script so that it does not prompt me for the credentials. I cam across a great PowerShell Scripting WebSite from Kotesh Bandhamravuri: PowerShell Guru Here is the Script I am [...]