To get the last Windows boot time using PowerShell V3 or later.
Get-CimInstance Win32_OperatingSystem | select lastbootuptime,csname
This will show you the lastbootuptime and computer name
Cloudy, Azure, PowerShell, Active Directory, Office 365 and other stuff
To get the last Windows boot time using PowerShell V3 or later.
Get-CimInstance Win32_OperatingSystem | select lastbootuptime,csname
This will show you the lastbootuptime and computer name