Having a quick look at the numbers of commands in PowerShell 3 on Windows 8 I get this PS> (get-command -CommandType cmdlet).count 376 PS> (get-command -CommandType function).count 524 The numbers are even higher on Server 8 depending on what features… Read the full text.