Test-DbaDiskSpeed -SqlInstance localhost -SqlCredential sa | Format-Table -Property Database, SizeGB, FileName, FileID, FileType, DiskLocation, Reads, AverageReadStall, ReadPerformance, Writes, AverageWriteStall, WritePerformance, 'Avg Overall Latency', 'Avg Bytes/Read', 'Avg Bytes/Write' | Out-String -Width 4096 Test-DbaDiskSpeed -SqlInstance localhost\MSSQLSEREVER2 -SqlCredential sa | Format-Table -Property Database, SizeGB, FileName, FileID, FileType, DiskLocation, Reads, AverageReadStall, ReadPerformance, Writes, AverageWriteStall, WritePerformance, 'Avg Overall Latency', 'Avg Bytes/Read', 'Avg Bytes/Write' | Out-String -Width 4096