-
This post is about the IIS 7.0 PowerShell Provider to set Feature Delegation in IIS 7.0 using Set-WebConfiguration cmdlet. Read post at: http://blogs.msdn.com/johan/archive/2008/12/16/powershell-managing-feature-delegation-in-iis7.aspx To read more about what Feature Delegation is in IIS 7.0 go here...
-
Hi I am trying to add a field to the selectedFields node in the applicationhost.config file using the following $hashProperties = @{id="Client-IP"; sourceName="Client-IP"; sourceType="requestHeader"; category="Default"; logHeaderName="cs(Client-IP)";...
-
I'm needing the cmdlet New-Website on the remote computers for the script I'm sending them via Invoke-Command. The thing is, the WebAdministration module containing New-Website exists on all the remote machines I'm targeting, yet the script reports it does not recognize New-Website, I'm...
-
Dave Donaldson has written a PowerShell script to help turn an Internet Information Server virtual directory into an application. You can find his script at: http://arcware.net/creating-iis-applications-with-powershell/
-
By sergeia IIS snap-in for Powershell includes provider and number of commands. Today I would like to explain, how you could change namespace, using just provider layout file. In most common case it will not require any coding. ... Read More
-
By rwhitworth The IIS 7.0 PowerShell Provider is a PowerShell Snap-In that allows you to manage IIS7 configuration and run-time data. It gives easy access to Web-Sites,... Read More
-
The Microsoft team has made a release candidate of the IIS PowerShell snap-in available. Read More