Hello,
we are moving an existing and configured webserver IIS5 to our
offices, so we have to change the ip address of the network card.

Does any one know if it is possible to change the ip addresses of all
the webs by scripting? Or by editing a file/registry?

I've searched almost anything but don't find where this is stored.

I guess it must be in the MetaBase?

Is it possible to change this with scripting? Or is the only manner to
do this manually?

Anyone already ran into such a situation?

Greetings,
Stig

Re: batch update the ip address of all webs in IIS 5 by Ken

Ken
Wed Jun 16 02:42:56 CDT 2004

You can do it by calling adsutil.vbs. That is located in
c:\inetpub\adminscripts\

It's a VBScript that uses the IIS ADSI provider to manipulate the metabase.

Cheers
Ken

"Me" <google@hell.be> wrote in message
news:3f62918d.0406152321.6d4c25e5@posting.google.com...
: Hello,
: we are moving an existing and configured webserver IIS5 to our
: offices, so we have to change the ip address of the network card.
:
: Does any one know if it is possible to change the ip addresses of all
: the webs by scripting? Or by editing a file/registry?
:
: I've searched almost anything but don't find where this is stored.
:
: I guess it must be in the MetaBase?
:
: Is it possible to change this with scripting? Or is the only manner to
: do this manually?
:
: Anyone already ran into such a situation?
:
: Greetings,
: Stig