1get-content<filename>|%{$_.replace("`n","`r`n")}|out-file-filepath<newfilename>More explanation in https://sus42.wordpress.com/2013/01/21/unix2dos-using-powershell/
Read More
1get-content<filename>|%{$_.replace("`n","`r`n")}|out-file-filepath<newfilename>More explanation in https://sus42.wordpress.com/2013/01/21/unix2dos-using-powershell/