79306495

Date: 2024-12-24 21:23:21
Score: 2
Natty:
Report link

Instead of Get-WmiObject, which is deprecated, use this:

$lastBoot = (Get-CimInstance -ClassName Win32_OperatingSystem).LastBootUpTime

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Dom