NAME Set-WebConfigurationProperty SYNOPSIS Sets the value of an IIS configuration setting to the value specified in the command. SYNTAX Set-WebConfigurationProperty -Name -Value [-AtElement ] [-AtIndex ] [-AtName ] [-Force] [-Location ] [-Filter] [[-PSPath] ] [-WarningAction ] [-WarningVariable ] [-WhatIf] [-Confirm] [] Set-WebConfigurationProperty -Name -InputObject [-AtElement ] [-AtIndex ] [-AtName ] [-Force] [-Location ] [-Filter] [[-PSPath] ] [-WarningAction ] [-WarningVariable ] [-WhatIf] [-Confirm] [] DESCRIPTION The Set-WebConfigurationProperty cmdlet changes the value of an IIS configuration element. The element can be specified as a configuration section or a XPath query. Set-WebConfigurationProperty supports globbing. RELATED LINKS REMARKS To see the examples, type: "get-help Set-WebConfigurationProperty -examples". For more information, type: "get-help Set-WebConfigurationProperty -detailed". For technical information, type: "get-help Set-WebConfigurationProperty -full".