Powershell Last Boot Time

Powershell can be used to find out what time a computer lasted booted:

Get-WmiObject win32_operatingsystem -ComputerName johns-1234 | select csname, lastbootuptime