Skip to content

Instantly share code, notes, and snippets.

@murarisumit
Created May 28, 2015 05:18
Show Gist options
  • Save murarisumit/c5a4b53d28cf8a18bef3 to your computer and use it in GitHub Desktop.
Save murarisumit/c5a4b53d28cf8a18bef3 to your computer and use it in GitHub Desktop.
IIS Update Reponse header via command-line
#To update the value of response header in IIS
#
appcmd.exe set config /section:httpProtocol /customHeaders.[name=$name].value:$value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment