When we push changes out to file shares, occasionally a user will leave an application open, which in turn keeps a file open from the share - it's locked and we cannot replace it. I would like to find the sharing sessions corresponding to such files and kill them (this is read-only stuff, mainly .DLL files) in a PowerShell script before overwriting the files.
This is identical to locating the files that are open in the Shared Folders MMC, then closing the corresponding sessions there, but I need to do it programatically, and remotely, for multiple servers.