Summary: Find Windows PowerShell cmdlets that are supplied by a specific module.
How can I easily see all the cmdlets that ship with the Hyper-V module.?
Use the Get-Command cmdlet, and specify the Hyper-V module.
(Tab expansion works for module names, which is great because who can remember if Hyper-V has a hyphen?)
Get-Command -Module Hyper-V