PowerTip: Use Here-Strings with PowerShell
Summary: Learn the basic use of a here-string in Windows PowerShell.
What is a here-string and how do I use it?
In PowerShell, you can use here-strings to declare blocks of text. They’re declared just like regular strings except they have an @ on each end.


