Tag: powershell
Use Powershell to periodically cleanup temporary dirs
Simple code snippet to cleanup files older than n days.
How to change priority on Windows scheduled task using Powershell?
By default Windows setups task priority in scheduler to 7 (which is kinda low). The side effect of this is that for eg. backups are taking very long to take. In my case all databases were backed up in about 40-50 minutes…
Parse logs for Matomo (Piwik) on Windows [using Powershell]
Automatic log parsing on Windows machines fot Matomo (Piwik). Once again, thanks to: Adrian Ligiewicz (aka the Master of Powershell)