PowerShell – Important help sections
When learning Powershell I found that the most rewarding sections of the Powershell help files where the pages about
operators (about_Operators and subtopics). A great way to find the topic you are interested in is just to type for instance help *operators*.
This will give you a list of all the help pages about different operators.