Hi,
You can use the Win32_Process WMI class to get them.
Get-WmiObject -Class Win32_Process -Filter {Name = 'MyProcess.exe'}| Select-Object Name,ReadTransferCount,WriteTransferCount
Best Regards,
Ian Xue
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.