« Previous Next »

Thread: Automate IIS 7

Last post 06-17-2009 1:52 AM by WimVM. 4 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (5 items)

Sort Posts:

  • 06-16-2009, 2:44 AM

    • WimVM
    • Top 200 Contributor
    • Joined on 09-12-2005, 6:26 PM
    • Posts 27

    Automate IIS 7

    We currently use an in-house developed web based administration interface (control panel) for our customers to manage their IIS websites (and other products).

    It is currently working based on WMI with SQL 2005 as main engine (with service broker & web services). We are migrating to IIS 7 and want to prepaire the scripts for use with IIS 7. 

    What method/technology do you suggest to look into as the best method to automate IIS 7? 

    Best Regards!
  • 06-16-2009, 9:54 PM In reply to

    • lextm
    • Top 10 Contributor
    • Joined on 10-22-2008, 4:18 AM
    • Shanghai, PRC
    • Posts 1,412

    Re: Automate IIS 7

    IIS 7 still supports IIS 6 compatible interfaces for WMI, but it also introduces a new WMI provider,

    http://learn.iis.net/page.aspx/162/managing-sites-with-iis-7039s-wmi-provider/

    The designer also makes it easier for web hosting usage,

    http://learn.iis.net/page.aspx/31/hosting-guidance-for-the-microsoft-web-platform/

    Lex Li
    Support Engineer at Microsoft
    ---------------------------
    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 06-17-2009, 12:27 AM In reply to

    • WimVM
    • Top 200 Contributor
    • Joined on 09-12-2005, 6:26 PM
    • Posts 27

    Re: Automate IIS 7

    Thanks,

    Where does PowerShell then fits in to, if WMI is still working? Or is WMI not the prefered method anymore?

    Best Regards!
  • 06-17-2009, 1:47 AM In reply to

    • lextm
    • Top 10 Contributor
    • Joined on 10-22-2008, 4:18 AM
    • Shanghai, PRC
    • Posts 1,412

    Re: Automate IIS 7

    Why to create Java and C# when there is already C and C++? :)

    PowerShell interface is added so that users who prefer PS can manage IIS easily. It is not a replacement of existing IIS WMI/ADSI interface.

    Lex Li
    Support Engineer at Microsoft
    ---------------------------
    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 06-17-2009, 1:52 AM In reply to

    • WimVM
    • Top 200 Contributor
    • Joined on 09-12-2005, 6:26 PM
    • Posts 27

    Re: Automate IIS 7

    Our only point is that we don't want to invest to much into some new things when the "old" (WMI) are still working and will be supported.

    Thanks for your help, it confirms what I had found so far.

    Best Regards!
Page 1 of 1 (5 items)
Microsoft Communities