コマンドを実行しようとしています
foreach-object {$_ -replace
ただし、使用しようとしている文字列は次のように記述できます
this string "has" quotes
ライン全体が
foreach-object {$_ -replace "this string "has" quotes", "this string "won't have" quotes"}
この引用符で満たされた行をpowershellで機能させるにはどうすればよいですか?