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

PowerTip: Counting PowerShell Cmdlets

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles