/[Path='/'].applicationPool:"ASP.NET v4.0"
This whole line is actually a parameter, so I would like to put single quotes around it. But it doesn’t work because it already includes single quotes.
I have tried the ` in front of the single quoates without success.
Any suggestions?
You have to surround with quotes and escape the inner quotes with backtick: