PowerShell Get Uptime Remote Computer

(Get-Date) - (Get-CimInstance Win32_OperatingSystem -ComputerName Remote_Computer).LastBootupTime
LionKing