Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

See which sites are using which IPs in IIS 7

Tags:

iis-7

Is there a way to quickly list which sites are on which IP address in IIS 7?

If I remember correctly you could sort a view of domains by IP in IIS 6 which was a big help to me in seeing which IPs I had available.

like image 818
Slee Avatar asked Oct 28 '08 13:10

Slee


1 Answers

Take a look at APPCMD .

For example, to list all sites on the machine, use this command-line:

   %systemroot%\system32\inetsrv\APPCMD list sites
like image 79
John Lemp Avatar answered Sep 30 '22 19:09

John Lemp