Get-Command | Get-Help | Get-Member

 

Powershell has many commands and we can't know them all.

If you want to know how many you have in your environment run this command:

Get-Command | Measure-Object 

We have to understand how to discover what we want, and we have to remember only Three commands.