Posted to
IIS 7.0 - PowerShell
by
Bob Landau
on
04-12-2009, 9:20 PM
I want to be able to unlock some sections in particular the module, security among others
This is the XML data I'd like to be able to set using the cmdlets
<section name="modules" allowDefinition="MachineToWebRoot" overrideModeDefault="Allow" />
This works with Set/Get-WebConfigurationProperty ...