Would like to view:
For a process, how many bytes are read and written to drive(s).
For a drive (D:, E:, etc.), same thing, how many bytes are read and written to on a period of time (all processes). Start counting at specific time and end at specific time, and display values in-between.
The Windows 10 Task Manager (C:\Windows\System32\Taskmgr.exe) has the ability, on Details tab, to display "I/O read bytes" and "I/O write bytes" for each process. Would like to get this information on a terminal to save directly those values to text files.
Maybe I need some additional software besides PowerShell.