Skip to content

Instantly share code, notes, and snippets.

@awaxa
Created February 24, 2015 00:05
Show Gist options
  • Save awaxa/00e8015d9016b59d091d to your computer and use it in GitHub Desktop.
Save awaxa/00e8015d9016b59d091d to your computer and use it in GitHub Desktop.
exec { 'IIS Feature Delegation, Handler Mappings: R/W':
command => 'Set-WebConfiguration //System.webServer/handlers -metadata overrideMode -value Allow -PSPath IIS:/',
refreshonly => true,
}
exec { 'IIS Feature Delegation, Modules: R/W':
command => 'Set-WebConfiguration //System.webServer/modules -metadata overrideMode -value Allow -PSPath IIS:/',
refreshonly => true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment