Skip to content

Instantly share code, notes, and snippets.

@Dan1el42
Created August 2, 2015 14:26
Show Gist options
  • Select an option

  • Save Dan1el42/f1ea75bfc846f0213157 to your computer and use it in GitHub Desktop.

Select an option

Save Dan1el42/f1ea75bfc846f0213157 to your computer and use it in GitHub Desktop.
Unlock web site configuration section
$Splat = @{
Filter = '/system.webServer/security/authentication/windowsAuthentication'
Metadata = 'overrideMode'
Value = 'Allow'
PSPath = IIS:\
Location = 'Default Web Site'
}
Set-WebConfiguration @Splat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment