Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify a Compression Schemes Metabase PropertyContent of Modify a Compression Schemes Metabase Property.vbsMD5 Hash: FF595ED0BF26FFB8684B4FA1C1325D14 |
||
' Description: Demonstration script that modifies a compression schemes property (HcSendCacheHeaders) in the IIS metabase.
strComputer = "LocalHost" Set objIIS = GetObject("IIS://" & strComputer & _ "/W3SVC/Filters/Compression/Parameters") objIIS.HcSendCacheHeaders = TRUE objIIS.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |