« Previous Next »

Answered Thread: View all website settings at once?

Last post 11-07-2009 3:10 AM by anilr. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 11-02-2009, 3:43 PM

    View all website settings at once?

    Is there a way to view all settings for a website at once, without having to go into the site's feature view page, and then select each of the  39 different icons, many of which only provide you with one setting. 

    Also, is there a powershell script that I can just have everything get printed out? e.g. Get-WebSettings <SiteName> ?

    Chris

  • 11-02-2009, 9:37 PM In reply to

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

    Answered Re: View all website settings at once?

    I think PowerShell can do the same, but using appcmd is much easier.

    >cd c:\windows\system32\inetsrv

    >appcmd list sites /text:*

    You can redirect the output to a file for reference.

    Regards,

    Lex Li
    Support Engineer at Microsoft
    ---------------------------
    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 11-07-2009, 3:10 AM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 10:13 PM
    • Redmond, WA
    • Posts 2,343

    Re: View all website settings at once?

    Actually, you may want to do - appcmd list config "site name" - this will give you the effective value for all attributes in all sections at that site.

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
Page 1 of 1 (3 items)
Microsoft Communities