-
Posted to
IIS 7.0 - PowerShell
by
ShayL
on
15 hours, 28 minutes ago
What if you execute:
Remove-WebConfigurationProperty .... -Verbose:$false
-
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"}
-
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 ...
-
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 ...