Get Last Bootup Time
Get the last bootup time in Windows Powershell.
Get-CimInstance -ClassName win32_operatingsystem | select csname, lastbootuptime
Get the last bootup time in Windows Powershell.
Get-CimInstance -ClassName win32_operatingsystem | select csname, lastbootuptime