This question was asked not too long ago, but the answer was not relevant for
my situation. I run a script locally on every machine that I work on to
verify standards are met on the machine such as specific versions of software
and windows settings such as SP2 firewall disabled.
I'm looking to have my script set the auto-config URL for all users on the
machine. Normally I ran gpedit manually and go to "User Configuration" -->
Windows Settings --> Internet Explorer Maintenance --> Connection -->
Automatic Browser Configuration and set the auto-config URL. I have automated
just about everything I want to do, but I can't seem to find a way to set
this setting with a script. Can this be accomplished with a script? I could
just adjust the setting in the registry for the current user, but multiple
users log onto these machines.
I have no access to the domain controllers so that's not an option.
Thanks.