Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find PowerShell Cmdlets Supplied by Module

$
0
0

Summary: Find Windows PowerShell cmdlets that are supplied by a specific module.

Hey, Scripting Guy! Question How can I easily see all the cmdlets that ship with the Hyper-V module.?

Hey, Scripting Guy! Answer 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


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>