Created
May 28, 2015 05:18
-
-
Save murarisumit/c5a4b53d28cf8a18bef3 to your computer and use it in GitHub Desktop.
IIS Update Reponse header via command-line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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