What is the meaning of Powershell’s Copy-Item’s -container argument?

I too found the documentation less than helpful. I did some tests to see how the -Container parameter works in conjunction with -Recurse when copying files and folders. Note that -Container means -Container: $true. This is the file structure I used for the examples: # X:. # ├───destination # └───source # │ source.1.txt # │ … Read more