As I\'m reading in the PowerShell user guide, one of the core PowerShell concepts is that commands accept and return objects instead of text. So for example, runnin
Just use parenthesis and 'count'. This applies to Powershell v3
(get-alias).count