My Profile

My Blog Posts

Compress IIS Logs with Powershell Script

Sep 09 1

If you don’t waste your server’s disk space to store IIS Log files then you can create a scheduled task and let the files to be compressed automatically. So we need a piece of code to compress log files and a scheduled task to run the code periodically. 1st step – here is our small powershell code. Copy […]