Anyone know of a script which I can execute with task scheduler which will allow me to delete the contents of a specified folder, but only the content that hasn't been modified for the last 3 days?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
You could do this in a powershell script which is supported in windows server 2008. I found this at stackoverflow http://stackoverflow.com/questions/827738/powershell-script-to-delete-old-files |
|||
|
|