Создайте новый файл и копируйте из другого файла в PowerShell

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