Forum Search Results for "" RSS 1—4 of 4

More Search Options

  • Re: Remove-WebHandler - suppress VERBOSE message

    Posted to IIS 7.0 - PowerShell by ShayL on 15 hours, 28 minutes ago

    What if you execute: Remove-WebConfigurationProperty ....  -Verbose:$false

    • http://forums.iis.net/p/1162819/1925751.aspx#1925751
  • Re: Adding redirect settings to a website using PS

    Posted to IIS 7.0 - PowerShell by ShayL on 15 hours, 34 minutes ago

    Try with the Set-WebConfiguration cmdlet:  Set-WebConfiguration system.webServer/httpRedirect "IIS:\sites\Default Web Site" -Value @{enabled="true";destination="domain.com";exactDestination="true";httpResponseStatus="Permanent"}

    • http://forums.iis.net/p/1162778/1925750.aspx#1925750
  • Re: New-WebSite error

    Posted to IIS 7.0 - PowerShell by ShayL on 07-07-2008, 4:28 PM

    Sergei, I run the following 5 commands in a row, notice that the second command has no output while the fifth shows that the site exists and running. Thanks for the update on the WAS issue. PS > New-WebSite test1 Name             ID   State      ...

    • http://forums.iis.net/p/1150233/1873376.aspx#1873376
  • New-WebSite error

    Posted to IIS 7.0 - PowerShell by ShayL on 07-04-2008, 8:02 AM

    Hi Congratulations for the second CTP release! I get an error when trying to create a new site on Vista SP1: PS 8> New-WebSite -name test6 Name  ID State Physical Path Bindings ----  -- ----- ------------- -------- test6 ...

    • http://forums.iis.net/p/1150233/1873247.aspx#1873247

Microsoft Communities