Problem:
Hi, I am trying to find all the processes which are using(reading or writing) a particular file using Powershell only.
I have tried using Get-Process with where-Object filter but it is not working. I have very less experience in Windows hence finding it difficult to understand where to look and how to achieve.
Any help would be appreciated.
Thanks