So far, we have seen how we can get Help on cmdlets. We used the Get-Command cmdlet as an example argument. Now, we are going to use Get-Command to discover cmdlets in PowerShell. Get-Help and Get-Command become the two most important cmdlets when you need any Help information in PowerShell.
PowerShell is like plain English—PowerShell follows the Verb-Noun format in cmdlet naming, which makes the cmdlets sound like plain English commands. It is a convention in PowerShell to use approved verbs, which ensures that verbs are limited in order to facilitate discovery. The nouns, on the other hand, can be arbitrary.