April 2018
Intermediate to advanced
248 pages
7h 18m
English
To build a script that shows us the last system boot time, perform the following steps:
Get-WmiObject -Class Win32_OperatingSystem -ComputerName
localhost | Select-Object -Property LastBootUpTime

Get-WmiObject ...
Read now
Unlock full access