I'm looking for a VB script that will allow me to search for an app on computers. I can put pieces together but wondering if someone else has already done this. Code would look like this:
Look at OU [edited into script] for computer names.
Query machines for app [edited into script, using hklm uninstall key]
If exists = true
Write computer name to excel file with true/false status.
I'm using this to confirm that software updates are installed on several hundred machines.
Thanks....
Look at OU [edited into script] for computer names.
Query machines for app [edited into script, using hklm uninstall key]
If exists = true
Write computer name to excel file with true/false status.
I'm using this to confirm that software updates are installed on several hundred machines.
Thanks....