[gptalk] Re: Pushing out IE7 by GPO

  • From: "Nelson, Jamie R Contr 72 CS/SCBAF" <Jamie.Nelson.ctr@xxxxxxxxxxxxx>
  • To: <gptalk@xxxxxxxxxxxxx>
  • Date: Tue, 9 Oct 2007 08:39:29 -0500

If you use the following filter it should be relatively quick...
 
Namespace: root\CIMV2\Applications\MicrosoftIE
Query: SELECT * MicrosoftIE_Summary WHERE Version LIKE '6.%'

Regards,
Jamie Nelson

-----Original Message-----
From: gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx]
On Behalf Of Steve Rochford
Sent: Tuesday, October 09, 2007 6:47 AM
To: gptalk@xxxxxxxxxxxxx
Subject: [gptalk] Re: Pushing out IE7 by GPO

Have you ever used method 3?

I've tried doing a WMI filter for installed software and it really
slowed down the startup process - not sure if this was a problem with
the particular machine, my filter or that's just the way WMI is!

If I try and use WMI to get a list of installed software (eg using
Scriptomatic) that's quite slow so I suspect it may be one of those
things which doesn't work as well as I'd like!

-----Original Message-----
From: gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx]
On Behalf Of Nelson, Jamie R Contr 72 CS/SCBAF
Sent: 28 September 2007 14:37
To: gptalk@xxxxxxxxxxxxx
Subject: [gptalk] Re: Pushing out IE7 by GPO

Good point. In that kind of situation, I would generally do one of the
following:

1) dump a flag file on the system (after the 1st execution) so that
script only runs if the file doesn't exist. 2) In the script logic,
programmatically verify (through WMI) whether or not IE7 is installed
3) Use a WMI filter on the GPO so that only systems with IE6 process the
GPO

2 or 3 would be the best option for pushing out IE7.

Regards,
Jamie Nelson

***********************
You can unsubscribe from gptalk by sending email to
gptalk-request@xxxxxxxxxxxxx with 'unsubscribe' in the Subject field OR
by logging into the freelists.org Web interface. Archives for the list
are available at //www.freelists.org/archives/gptalk/
************************
***********************
You can unsubscribe from gptalk by sending email to 
gptalk-request@xxxxxxxxxxxxx with 'unsubscribe' in the Subject field OR by 
logging into the freelists.org Web interface. Archives for the list are 
available at //www.freelists.org/archives/gptalk/
************************

Other related posts: