Skip to content

Instantly share code, notes, and snippets.

@BasLijten
Last active August 4, 2019 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BasLijten/8eb0d09ad36666725e538b03d69250a6 to your computer and use it in GitHub Desktop.
Save BasLijten/8eb0d09ad36666725e538b03d69250a6 to your computer and use it in GitHub Desktop.
Get-ChildItem -Path 'c:\inetpub\*.*' -Filter *.log -Recurse | ? {$_.LastWriteTime -lt (Get-Date).AddDays(-2)} | Remove-Item
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment