PowerShell: Copy Log files with Date and Content
Some days ago I made a blog post about Select-String in PowerShell. I created a...
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...