PowerShell: How to export Windows Eventlogs with PowerShell
This is a little dirty Windows PowerShell script which exports or backups Windows Eventlogs. The...
PowerShell: Copy Log files with Date and Content
Some days ago I made a blog post about Select-String in PowerShell. I created a “script” or a better a command to check log...
PowerShell: Delete Files older than
This is a simple PowerShell script which deletes Files older than some days. You can use it to cleanup old logfiles or other things. If you...