function p4get-monitor { $result = p4get "monitor show -sRTPI -a -e -l" foreach ($line in $result) { $line.time = [timespan]$line.time $line } }