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

Posted by aidas | Posted in Command line, Windows 2008 | 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!

Windows server 2003 – How to backup IIS metabase via command line

Posted by aidas | Posted in Command line, Scripting, Windows 2003 | Posted on 11-05-2009

0

This article will explain how to backup IIS metabase using command line. To perform backup open command line on your Windows server 2003 and type:

cscript iisback.vbs /backup /b <backupname>