Simple code snippet to cleanup files older than n days.
Continue reading Use Powershell to periodically cleanup temporary dirsTag: powershell
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…
Continue reading How to change priority on Windows scheduled task using Powershell?
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)
Continue reading Parse logs for Matomo (Piwik) on Windows [using Powershell]