2009-05-01

PowerTab -eq CoolTool

A collegue just presented me to PowerTool, which I find rather cool:
http://thepowershellguy.com/blogs/posh/pages/powertab.aspx

After installation try this.

Get-WmiObject Win32_<TAB>

And

$a = Get-WmiObject Win32_BIOS
$a.<TAB>