Tag Archives: zip

PowerShell script for archiving/compressing files

powershell

The following script archives files into zip files from a particular directory that are older than x days. Convenient to zip eg IIS logs. Of course, the script may also be used for other purposes.

 

Continue Reading

Scroll to Top