powershell escape both single and double quotes in string code example
Example: powershell string with quotes
$PrintQuotesAsString = "`"How do I escape `"Quotes`" in a powershell string?`""
Write-Host $PrintQuotesAsString
"How do I escape "Quotes" in a powershell string?"