Discover about-Topics

by Jan 19, 2009

PowerShell comes with a lot of documentation. It is just sometimes hard to find. For example, to get a list of all available operators, do this:

Get-Help about_Operators

How do you know which other Help topics are available? Try this:

Get-Help about_*

To actually open all Help topics in your Explorer, try this line:

explorer "$pshome$($Host.CurrentCulture.Name)"