crear un archivo nuevo y copiar desde otro archivo en PowerShell
Copy-Item -Path "Source file path" -Destination "Destination file path"
Smoggy Seal
Copy-Item -Path "Source file path" -Destination "Destination file path"