I'm having a problem adding a Carriage return to the following. I'm not sure where to put the `n or if there is another method. When the output is recieved in Outlook, it is in one string.
$body = get-content "d:\Sharepoint backups\spbrtoc.xml" | where-object { $_ -match "Count" -or $_ -match "Time"}
Thank you,
Dave