Tag Archives: Cmdlets

Content Redirection

Here’s another item I see in some submisstions of the 2010 Scripting Games that I felt I should address: the use of legacy console redirection. While technically not illegal or wrong, an example like this demonstrates (at least in my … Continue reading

Posted in Best Practices, PowerShell v2.0 | Tagged , , , , | 1 Comment

Summary Judgment

While working on a new article for REDMOND magazine about PowerShell 2.0, I wanted to get some cmdlet information. I wanted an easy way to see a list of cmdlets for a given verb or noun. Of course that is easily done with Get-Command. However this only gives my the definition.

After a little experimenting I found that I could get the help synopsis with the actual Get-Help cmdlet, not the Help function. So combining the two gives me the results I need. Continue reading

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