To copy a folder and all its contents, use the Recurse parameter. The recursive copy will work its way through all the subfolders below the c:\test folder. PowerShell will then create a folder named test in the destination folder and copy the contents of c:\test into it