Scan all domain workstations for specific registry key/environmental variable
Posted
by
Trevor
on Server Fault
See other posts from Server Fault
or by Trevor
Published on 2011-02-23T05:52:27Z
Indexed on
2011/02/23
7:27 UTC
Read the original article
Hit count: 498
I'm looking for scripts or software that can scan workstations on a domain for a particular environmental variable (for interest, it was used to store the SOE build version) and generate a report.
Accuracy is key, I don't want any workstations skipped or missed. And considering workstations will need to be powered on for anything to remotely read from the registry (and there's no guarantee they will be), that means something that can sit and run continuously for a while, updating its own records as it goes.
Does anyone know of such a beast?
© Server Fault or respective owner