Script triggered by file creation

I would like this script to start “Remove-Item C:\folder* -recurse” , 30 minutes after a document is saved in the specific folder. Any ideas?

If you’re using FSRM you could use Active File Screening to trigger the script. Alternatively, use the FileSystemWatcher class.