How to deal with long filenames in Windows Powershell
Welcome back!Google Query: long filename and powershellÂ
I was working on a project the other day where I had to call a program from within Windows Powershell. This particular program needed command-line arguments and an input file when it was called. I wasn’t sure about the syntax of doing this in Powershell. After some Googling, I [...]
How to put line breaks into a text string in Windows Powershell
Google Query: line breaks in powershell
In a particular Powershell project I was working on, I needed to “Send an email using Windows Powershell.” I figured out how to do that, so the next trick was formatting the body of the email to look like more than just one long sentence.
In VBScript you would do this [...]
How to send an email using a Windows Powershell script
//
Your Ad Here
Google Query: send email with powershell
In a previous post, I showed you how you can schedule a Powershell script. In this post I show you how to use Powershell to send an email. Thanks to Otto Helweg for the inspiration. This might be useful if you would like an email sent confirming [...]
How to schedule a Windows Powershell script
var AdBrite_Title_Color = ‘FFFFFF’;
var AdBrite_Text_Color = ‘000000′;
var AdBrite_Background_Color = ‘000000′;
var AdBrite_Border_Color = ‘2D8930′;
var AdBrite_URL_Color = ‘008000′;
Your Ad Here
Google Query: schedule a powershell script
I was recently working on a project where I needed to schedule a Windows Powershell script to run. [...]

