Given a folder \localhost\c$\work\
I'd like to run a powershell script every 15 minutes that ensures 5gb of free space is available.
If < 5gb is available, remove the least recently used folder within work until >5gb is available.
Gravy for nice output that can be redirected to a log file.
Thoughts?