Q. How can I see all the cmdlets provided in a Windows PowerShell module?
John Savill
April 16, 2009
1 Min Read
A. If you pass the name of a module to the Get-Command cmdlet, it will show all the cmdlets that are included with the module. For example, to list all the cmdlets that are part of the FailoverClusters module, run the command
Get-Command -Module FailoverClusters
Related Reading:
Check out hundreds more useful Q&As like this in John Savill's FAQ for Windows. Also, watch instructional videos made by John at ITTV.net.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like