Forum Moderators: open

Message Too Old, No Replies

Automating IIS6 Management Console

         

hackerjack

12:56 pm on Jul 30, 2009 (gmt 0)

10+ Year Member



Hi all. Probably a simple question but i'm a simple person.

I have to manage around a dozen different web servers at the moment and connecting to them all with IIS management console is a pain in the rear end every morning, does anyone know how to automate this so that they connect when I start up the console?

marcel

2:07 pm on Jul 30, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi hackerjack, and Welcome to Webmastworld [webmasterworld.com]

I found this once on another site, it should fit your needs:

Creating a custom microsoft management console.

1. Go to Start, Run, type "mmc" -> OK
2. File -> Add/Remove Snap-in -> Add -> "Internet Information Services" -> Add -> Close -> OK
3. Right-click Internet Information Services in your mmc window and Select 'Connect'
4. Enter the Server Name.
5. Repeat steps 3 and 4 until you have entered all of your IIS servers
6. File -> Save As -> myCustomMMC.msc

hackerjack

2:28 pm on Jul 30, 2009 (gmt 0)

10+ Year Member



Cheers mate. I knew there was a way because I've done it before on some random windows course many years ago but couldnt find anything in my notes.

Will make my morning checks slightly less annoying now :)