Powershell transpose rows into columns
问题 Can someone help me to transpose row into colums. Need to transpose MachineName into columns. Endtime must be sorted. <#MachineName, TotalDataSizeBytes, ActualStartTime, EndTime, FinalJobStatus SERVER1, 322349304901, 28/02/2016 23:00:03, 29/03/2016 23:33:23, OK SERVER1, 322349304902, 26/02/2016 23:00:03, 27/03/2016 23:33:23, OK SERVER2, 322349304903, 28/02/2016 23:00:01, 29/03/2016 23:33:23, OK SERVER2, 322349304904, 26/02/2016 23:00:01, 27/03/2016 23:33:23, OK #> $graph = Import-Csv d: