What is the literal escape character in Powershell?
From help about_quoting_rules To make double-quotation marks appear in a string, enclose the entire string in single quotation marks. For example: ‘As they say, “live and learn.”‘ The output from this command is: As they say, “live and learn.” You can also enclose a single-quoted string in a double-quoted string. For example: “As they say, … Read more