About Me

I am certified Microsoft professional, a Microsoft MVP and an IT veteran with almost 20 years of experience, much of it spent as an IT consultant specializing in Windows server technologies. I work today as an independent author, trainer and consultant. I've co-authored or authored several books, courseware, and training videos on administrative scripting and automation. My latest book is Windows PowerShell 2.0: TFM (SAPIEN Press 2010).
Please consider a donation if I've been of any help or assistance. Thank you.

Sponsored Links
Tag Archives: Get-Command
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 Cmdlets, Get-Command, Help, PowerShell
3 Comments





