This example shows how recursion can duplicate files in your archive. For example, if you useGet-ChildItem with the Recurse parameter. As recursion processes, each FileInfo andDirectoryInfo object is sent down the pipeline and added to the archive.
This example shows how recursion can duplicate files in your archive. For example, if you useGet-ChildItem with the Recurse parameter. As recursion processes, each FileInfo andDirectoryInfo object is sent down the pipeline and added to the archive.