Summary
This chapter dealt with the first two of the "big three" cmdlets for learning PowerShell, get-Command
and get-Help
. These two cmdlets allow you to find out which commands are available and how to use them. In the next chapter, we will finish the "big 3" with the get-member
cmdlet that will help us to figure out what to do with the output we receive.