Get Boot Time For all computers in an OU – Powershell

  • Post by Mike Dixson
  • Feb 13, 2018
post-thumb

I wrote the following script enumerates an OU and then looks up the last boot time for each computer.

https://github.com/mikedixson/GetLastBootTimeFromOU

Note: I’m starting to put any scripts I write on GitHub, this will make it easier for you copy down and easier for me to keep any scripts up to date.