SyntaxFix
Write A Post
Hire A Developer
Questions
You can use "\\r\\n" also for the new line in powershell. I have used this in servicenow tool.
"\\r\\n"
powershell
In my case "\r\n" s not working so i tried "\\r\\n" as "\" this symbol work as escape character in powershell.
"\r\n"
"\"