Check if application exists

  • Thread starter Thread starter Archi
  • Start date Start date
A

Archi

Hi,

I need to implement a policy that checks if workstation
has certain software installed, like Antivirus.
What would be the best way?

Thanks.
 
Well....if you were running Windows 2003 servers you could use WMI filters.
If you are'nt then you could create a simple VBscript .vbs or .BAT file to
check to see if a certain file or directory existed on the computers if you
know exactly what you are looking for and then from there have the script do
what you want.

Philip Nunn
 
Back
Top