How to create a powershell script that moves files from one location to another specifying that any file that is 5 days old does not move?
Used Move-Item to move files from one location to another, but I need to move files which are more than 5 days old.