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

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

e.g
C:\Windows\System32\runas.exe /user:cds\adm_alb100 /savecred %SystemRoot%\system32\dsa.msc

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

Or for more recent OS versions (see comment):

    systeminfo | find "System Boot Time"
