Tag Archives: Practical PowerShell

Out-MSWord Revised

This summer I wrote about a function I developed called Out-MSWord. The function was discussed in my Practical PowerShell column which was published in the free e-Journal Windows Administration in RealTime put out by RealTime Publishers. The original was published in Issue #17 if you are interested. The function accepted pipelined input and created a Microsoft Word document. Naturally, you need to have Microsoft Word installed in order for this to work.

PS C:\> get-service | out-MSWord

The function accepted a number of parameters so you could control font name, size, color, append, and more. The function was written for PowerShell v1.0 but also worked on PowerShell v2.0. However, I was revisiting the function and realize there were places I could tweak, such as adding additional error handing. I also realized that if rewrote this for PowerShell v2.0, I could create an advanced function and take advantage of cmdletbinding, advanced parameters and help. Continue reading

Posted in CommandLine, PowerShell v2.0, RealTime, Scripting | Tagged , , , , , | Comments Off

Practical PowerShell Scripts and Code

If you’ve been reading the Windows Administration in RealTime ejournal, I hope you’ve enjoyed my Practical PowerShell column. If not, you’re missing out. Each column solves a real-world and practical problem with PowerShell. I explain how the PowerShell code works … Continue reading

Posted in PowerShell, Scripting | Tagged , , , , | Comments Off

Prof. PowerShell is taking roll

My weekly column that I’ve been writing for MCPMag.com is now officially Prof. PowerShell. The column’s goal is to introduce you to PowerShell and help you get up to speed. I obviously can’t teach you everything in a weekly 300 … Continue reading

Posted in PowerShell, Scripting, Training | Tagged , , , , | Comments Off

Practical PowerShell

I am writing a new monthly column for a new eJournal from RealTime Publishers. The column, Practical PowerShell, will be a regular feature in Windows Administration in Realtime. The eJournal is a free PDF although I think you have to … Continue reading

Posted in PowerShell, Scripting | Tagged , , | Comments Off