Archived from groups: microsoft.public.win2000.developer,microsoft.public.win2000.general,microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general (More info?)
How can I detect that a Group Policy Software Installation is correctly
applied on the users computer en make sure it's running the version of the
program deployed in the specified msi. Without checking that users computer.
(in a company with 50+ users I don't want to check each computer
indiviually, but I still want to make sure everybody is running the same
version)
Archived from groups: microsoft.public.win2000.developer,microsoft.public.win2000.general,microsoft.public.windowsxp.basics,microsoft.public.windowsxp.general (More info?)
"Bart Steur" <solnews@xs4all.nl> wrote in message
news:%23cW9gMSMFHA.1096@tk2msftngp13.phx.gbl...
> How can I detect that a Group Policy Software Installation is correctly
> applied on the users computer en make sure it's running the version of the
> program deployed in the specified msi. Without checking that users
> computer. (in a company with 50+ users I don't want to check each computer
> indiviually, but I still want to make sure everybody is running the same
> version)
>
> Bart
>
You could run a WMI script against those machines using the WIN32_Product
object and collect the result centrally to be inspected.
I'm not at all fluent in WMI scripting, but a very basic script looks like
this:
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.