< ^ txt
Mon May 4 09:29:03 EDT 2015
Slept pretty well. It's supposed to be hot and rainy today.
I took a walk at lunch, and wrote this haiku:
Seen through a puddle,
past tree buds, how deep is the sky?
I could Google it....
Questions:
- Powershell, how can I make you not truncate output fields?!
get-messageTrackingLog -Sender "foo@example.com" -Start "05/03/2015 8:00AM" | ft -autosize | out-string -width 250 | out-file c:\tmp\msglog-foo.txt
< ^ txt