Train thousands of people, up your skills and get that next awesome job by joining TechSnips and becoming an IT rockstar! https://techsnips.io/join-us
PowerShell, like all programming languages, has the ability to ignore special characters inside of strings. This is easily done using the back tick preceding the character you want would like to escape.
In this snip, Anthony will walk you through not only how to use the back tick to escape characters inside of strings, but also how to use the back tick to create special characters and use it for line continuation. As always, there are plenty of examples.
Link: https://docs.microsoft.com/en-us/powe...
Prerequisites include:
PowerShell