Hi I am looking for a script to find files and folders with specific created: date and then change the created: date. I have some folders and files which show a specific created: date . The date is wrong. I found the command to change the created: date but then I have to search files and folders in the entire drive. The command to change created: date on folder $(get-item hot).creationtime=$(get-date "08/31/1980") The command to change created: date for all files and folders in a folder