How does one do the following things with IIS 5.1/6.0 using PowerShell:
- Enable HTTP Compression
- Set GZIP and DEFLATE file extensions
- Enable Dynamic and Static compression for GZIP and DEFLATE
- Set the compression lvl
Any pointers to tutorials on this would be appreciated as I have yet to come across any that explain how to do this programmatically.