When I run a recursive Copy-Item from a folder that has sub folders to a new folder that contains the same sub folders as the original, it throws an error when the subfolders already exist. How can I suppress this because it is a false negative and can make true failures harder to see.When I run a recursive Copy-Item from a folder