Summary: Learn how long it will take to document every cmdlet in Windows PowerShell 3.0.
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?
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