Tag Archives: PowerShell

Get Cmdlet Help URL

I was toying around with PowerShell help this morning and as usually happens one thing leads to another. When you run Get-Help, or use the wrapper function Help, you are actually getting an object: MamlCommandHelpInfo. This object has properties that … Continue reading

Posted in PowerShell, Scripting | Tagged , , | 1 Comment

Have Your Output and Variable Too

There’s a relatively useful suggestion floating around on Twitter on how to save results of PowerShell command to a variable and see the results at the same time. PS C:\> ($data=get-process) I’ll admit this is a clever technique: you get … Continue reading

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

On the Road Again

It’s that time of year again: conferences! I’ll be out and about a few places in the next few months and I hope our paths will cross. Here’s a short summary of where I’ll be speaking and when. If you … Continue reading

Posted in Conferences, Powershell 3.0, PowerShell v2.0, Professional, TechEd | Tagged , , , , | Leave a comment

PowerShell ISE AddOn ModuleMenu

Recently I did an online presentation on ISE Addons. As I was preparing for the talk one thing led to another, as they usually do when I’m working in PowerShell, and before I knew it I had a new add-on … Continue reading

Posted in PowerShell ISE, Scripting | Tagged , , , , | Leave a comment

Create HTML Bar Charts from PowerShell

I saw a very nice mention on Twitter today where someone had taken an idea of mine and created something practical and in production. It is always nice to hear. The inspiring article was something I worked up that showed … Continue reading

Posted in PowerShell v2.0, Scripting, WMI | Tagged , , , | 3 Comments