Re: Modify nameserver for domain clients with GPO



Check on the ScriptCenter as they have brief sample code
to handle this. There is policy to set client DNS suffix
search list, but not server list. Sort of a catch-22. If not
using a DNS server able to support domain group policy
would not be applying correctly.
The issue you will encounter adapting from the scripts at
www.microsoft.com/technet/scriptcenter is that there may
be parameters that will be unique per machine, as this tends
to be set in the per-interface parameters for each within the
Tcp/Ip reg keys, so your startup script may need to first
acquire this info.

"Maurice" <Maurice@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:DDB9ED6A-872A-4089-92D8-7CC6357B6FB7@xxxxxxxxxxxxxxxx
Hello all,

Does anyone know if its possible to change the primary and secondary DNS
settings for domain client PCs via a (2000 Server) GPO? Or, possibly
with a
KiX script? (I figured user permissions might be an issue with the
latter)

Thanks
Maurice


.



Relevant Pages

  • RE: Problem switching to static IP address
    ... I do not set DNS information as this does get assigned by my DHCP Server ... but if you need a script to do it as well, ... printf "What is the Secondary DNS Server? ...
    (Debian-User)
  • Solaris tuning
    ... new DNS infrastructure. ... behavior for me) that needs to be increased so this script can take ... server 198.18.0.12 ... def start: ...
    (comp.unix.solaris)
  • Re: Dynamic DNS management
    ... One of the irritations is that with a dynamic DNS, ... the IP addresses for the authoritative DNS server of multiple domains ... In the script, the above line is repeated for each domain; ... Perl has very good pattern matching. ...
    (comp.lang.perl.misc)
  • Re: Fragen an DFS experten?
    ... über das Round Robin Verfahren von DNS erreichen. ... Die Drucker-Queues werden auf Server A und B gleichermassen eingerichtet. ... Falls ein Monitoringsystem im Einsatz ist, wird das Ausfallen des Druckservers von diesem erkannt und per Script wird der DNS-Alias von Server A auf B umgezogen und der Client braucht lediglich den lokalen DNS-Cache zu löschen. ...
    (microsoft.public.de.german.windows.server.networking)
  • Dynamic DNS management
    ... I'm in the process of setting up a web server - actually, it's pretty much working, just a few irritating things lurking about, occasionally leaping out and biting me on the arse. ... One of the irritations is that with a dynamic DNS, I'm having to update the IP addresses for the authoritative DNS server of multiple domains hosted here. ... I wrote a little Perl script to check the IP and log it and compare with last time it checked, and do the update only if the two don't match. ...
    (comp.lang.perl.misc)

Loading