In PowerShell v3, to work with WMI you can still use the old WMI cmdlets like Get-WmiObject. There is a new set of CIM cmdlets, though, that pretty much does the same - but better. For example, CIM cmdlets return true DateTime objects. WMI cmdlets returned...