PowerShell Write return строка в файле

Add-Content file.txt "`r`n"
Sorann