Get-CimInstance -ClassName Win32_OperatingSystem | select lastbootuptime
FIG 1 - PowerShell: Last Boot time |
Get-CimInstance -ClassName Win32_OperatingSystem -ComputerName <nome_computer> | select lastbootuptime
indicando al posto di <nome_computer> il nome del computer remoto.