Ports for IIS management

Ports for IIS management

am 15.01.2008 18:58:08 von Jayhawktuba

I have some VBScripts that backup IIS configurations and save the
configurations to a centralized repository. Two of my servers are in a DMZ
and the server that automatically executes these scripts is on our internal
LAN. Below are a couple of examples of the objects that I am creating and the
paths that are being utilized.

Set IISObject = GetObject("IIS://servername")

Set IISObject = GetObject("IIS://servername/W3SVC")

My question is, If we go through the firewall to connect to this server,
what port(s) needs to be opened?