Ok here's the scenario:
IE7 will be pushed as a critical update on November 1st.
They have provided a block utility that writes a registry key/value to block IE7 from being received as an automatic update.
My company is going to send out a global email advising everyone not to install IE7 at this time and they want to provide a link within that email that the user can click on and that will execute a script that writes the IE7 blocking registry key.
We will also be utilizing Group Policy to block IE7. However, there are some number of computers on the network that are not actually joined to the domain. This is why management would like to provide a link that the user can click on to run a script.
I'd like to know how to accomplish this using vbscript unless you all can recommend another way?
Not all users have local admin rights as well.
So, I'm guessing I'd at least have to do a Run as or find a way to run something in system context?
Any ideas or help would be GREATLY appreciated...
LD
IE7 will be pushed as a critical update on November 1st.
They have provided a block utility that writes a registry key/value to block IE7 from being received as an automatic update.
My company is going to send out a global email advising everyone not to install IE7 at this time and they want to provide a link within that email that the user can click on and that will execute a script that writes the IE7 blocking registry key.
We will also be utilizing Group Policy to block IE7. However, there are some number of computers on the network that are not actually joined to the domain. This is why management would like to provide a link that the user can click on to run a script.
I'd like to know how to accomplish this using vbscript unless you all can recommend another way?
Not all users have local admin rights as well.
So, I'm guessing I'd at least have to do a Run as or find a way to run something in system context?
Any ideas or help would be GREATLY appreciated...
LD