How can non-admins view which files are open on a file server?
Posted
by Josh
on Server Fault
See other posts from Server Fault
or by Josh
Published on 2010-03-31T19:11:27Z
Indexed on
2010/03/31
19:13 UTC
Read the original article
Hit count: 339
I'm on a windows workstation, and I want a list of which files are open over the network on a windows server. The Shared Folders MMC Snap-in does this visually, and SysInternals' PSFile does it from the command line, but by default only for admins. I want to let regular users do this, too. What permissions do I need to grant them?
© Server Fault or respective owner