August 1st, 2012

PowerTip: Counting PowerShell Cmdlets

Doctor Scripto
Scripter

Summary: PowerTip for counting the number of cmdlets in your Windows PowerShell installation

Question: How many cmdlets are available in a default Windows PowerShell 3.0 installation in Windows 8?

Answer: 403

Question: How did you find out how many cmdlets are available in the default Windows PowerShell installation?

Answer: Get-Module -ListAvailable | Import-Module ; gcm -co cmdlet | measure

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.