Crie novo arquivo e copie de outro arquivo no PowerShell

Copy-Item -Path "Source file path" -Destination "Destination file path"
Smoggy Seal