Є 3 способи взнати час роботи віддаленого ПК від керуванням Windows:
SystemInfo /s Remote_Computer | find "Boot Time:"
PSInfo Uptime \\Remote_Computer
(Get-Date) - (Get-CimInstance Win32_OperatingSystem -ComputerName Remote_Computer).LastBootupTime