amandhally.com
Creating Multiline Strings
PowerTip of the Day, from PowerShell.com: You probably know what this line produces: ‘Hello’ * 12 Right, you get 12 times the string you submitted. If you wanted new lines instead, a …