December 5th, 2012

PowerTip: How Long Does It Take to Document PowerShell 3.0

Doctor Scripto
Scripter

Summary: Learn how long it will take to document every cmdlet in Windows PowerShell 3.0.

Hey, Scripting Guy! Question If I write a blog post every day, and I spend one day on each Windows PowerShell cmdlet (cim function), how long will it take before I have written one blog post about every Windows PowerShell cmdlet (cim function) in Windows 8?

Hey, Scripting Guy! Answer It would take over 5.5 years to write one blog post a day for each of the new cmdlets and cim functions in Windows 8. Here is the command I used to find this information.

Get-Module -ListAvailable | Import-Module

(Get-Command -CommandType function, cmdlet).count /365

 

 

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.

Feedback