Tag Archives: help

Determine Which Parameters Support Pipeline Input

A question that I had recently was how can a user determine which parameters have support for pipeline input in a cmdlet. The answer lies within the help system of PowerShell. Using the –Parameter parameter of Get-Help, you can view … Continue reading

Posted in powershell | Tagged , , , | Leave a comment

What Forums Can I Go To For PowerShell Help?

Maybe you have been working on a script for a while and am just not sure what the next step is or perhaps you are looking for a peer review of something you wrote. Fortunately, there are several forums out … Continue reading

Posted in News, powershell | Tagged , , | 11 Comments

Setting Up a Windows PowerShell Help Repository

With the help files not available by default in PowerShell V3, you must now use Update-Help to download the help files needed to properly view help for each cmdlet. The best thing about this is that you will always have … Continue reading

Posted in powershell, V3 | Tagged , , , , | 2 Comments