How to check uptime of remote Windows devices


Issue

How to check uptime of remote Windows devices

Environment

Product: ASTRO

Category: Network Management & Call Processing

Subcategory: NM Client

Relevant Devices: Windows devices and network

Resolution

The following PowerShell command was provided to check the last boot up time of remote Windows devices:

Get-WmiObject -Class Win32_OperatingSystem -ComputerName 'RemoteComputerName' | Select-Object LastBootUpTime