Already a NinjaOne customer? Log in to view more guides and the latest updates.

Custom Script: Find Windows install date

 

NinjaDojo-logo-darkblue.jpg

 

If you are looking for the Windows install date:

1. Create a batch script in your Script Library with the following command:

    systeminfo | find /i "install date" 

2. Run this script on your machine(s) that you wish to find the Windows install date for (you can do so either on demand, or via a Scheduled Script).

This will spit out an entry in the activity feed with the install date.

 

 

FAQ

Next Steps