May 12, 2017

Find O.S Install - Deployment Date

Commands to find out the initial deployment or installation of your operating systems.


Linux Systems:

tune2fs -l /dev/sda1 | grep 'Filesystem created:'
OR
tune2fs -l /dev/sdb1* | grep 'Filesystem created:'


Windows Systems:

systeminfo|find /i "original"


Share: