list All the hosted website from command line on IIS

command-line, iis, windows

Solution

You might have to run this as administrator.

appcmd list site

Directly from http://technet.microsoft.com/en-us/library/cc771280(v=ws.10).aspx

Problem

How can we list All the hosted website from command-line on IIS?

Original source