
-----------------------------------------------------
Run Program As Admin (E.g adm_alb100)
-----------------------------------------------------

runas /user:AECUK\adm_alb100 /savecred %windir%\system32\WindowsPowerShell\v1.0\PowerShell_ISE.exe



-----------------------------------------------------
# Find Last Reboot
-----------------------------------------------------
    systeminfo | find "System Up Time"

Or for more recent OS versions (see comment):

    systeminfo | find "System Boot Time"
