I have about 3000 nodes and need to determine and provide reporting the OS install date. I haven't been able to find any information on this.
you could try "WMIC OS GET InstallDate"
I don't know how to get that into Orion, but a text file...
"for /f %a in (ListOfServers.txt) do WMIC /node:%a OS GET CSName, InstallDate >> ListOfInstallDates.txt"
I was hoping to find something in Orion... does Orion monitor the install date?
You could do this in APM using a Windows Script Monitor. Below is an example script.
http://windowsxp.mvps.org/getosdate.htm
trying to do the same thing. I see this is an old thread though anybody know of a way now? don't really want to use the APM module for each server.
I should have clarified , I'm trying to add this field to an existing report