Find PowerShell CmdLets based on a Module

Have you ever been working on a specific module within PowerShell but you didn’t know what commands were available for you to use?

There is a simple command that you can use to retrieve all the commands based on a specific module.

For example, if we were using the Hyper-V module then we could run “Get-Command –Module Hyper-V” This would display a full list of commands that you can use from the Hyper-V module.

About the author