Windows server 2008 – How to list IIS websites on Windows 2008

Posted by aidas | Posted in Uncategorized | Posted on 20-05-2009

0

This post will show you how to list IIS 7.0 websites on your Windows server 2008 using command line tool appcmd .

Appcmd tool is used to query, create and configure IIS 7.0 server properties, web sites and application pools.

To list all web sites on IIS 7.0 open command line and type:

appcmd list sites

Done!