PowerTip: Get the Last Boot Time with PowerShell
Summary: Learn how to get the last boot time for your computer. How can I find the last boot time for my computer by using Windows PowerShell? In Windows PowerShell 3.0, use the Get-CimInstance cmdlet, and select the LastBootUptime property from the Win32_Operatingsystem WMI class: PS C:\> Get-CimInstanc...