Monitor open files on a share
-
Hi all, I've hunted around, but can't seem to find anything on this. I could be searching for the wrong keywords. What I'd need to do, is monitor all the shares on the local pc, and take note of open files, and which user has the files open. So far I can use NetSession enum to get some info, but it gives me "[::1]" in the sesi2_cname field. It doesn't tell me what files are open though for the user it tells me about. Does anyone have any recommendations? Cheers Jubjub
"If you're too careful, your whole life can become a f---in' grind." - Mike McD (Rounders)
-
Hi all, I've hunted around, but can't seem to find anything on this. I could be searching for the wrong keywords. What I'd need to do, is monitor all the shares on the local pc, and take note of open files, and which user has the files open. So far I can use NetSession enum to get some info, but it gives me "[::1]" in the sesi2_cname field. It doesn't tell me what files are open though for the user it tells me about. Does anyone have any recommendations? Cheers Jubjub
"If you're too careful, your whole life can become a f---in' grind." - Mike McD (Rounders)
Finally found what I needed. Use NetFileEnum.
"If you're too careful, your whole life can become a f---in' grind." - Mike McD (Rounders)
-
Finally found what I needed. Use NetFileEnum.
"If you're too careful, your whole life can become a f---in' grind." - Mike McD (Rounders)