PowerTip: How Long Does It Take to Document PowerShell 3.0

Doctor Scripto

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

 

 

0 comments

Discussion is closed.

Feedback usabilla icon