Recent blog post

  1. Scripting Games – what’s wrong with this

    I noticed code like this in quite a few entries in for Event 1 Get-ChildItem -path C:\Application\log -Recurse -Filter *.log | Where-Object{$_.LastWriteTime -lt [DateTime]::Now.Subtract([TimeSpan]::FromDays(90))} | ForEach-Object {…} From the title it sho...

    6 days ago

User reviews

Personal attacks are NOT allowed
Please read our comment policy