Background
Using Windows' MMC's Shared Folders functionality I'm able to view any Open Files being accessed via shared folders. This gives me a static view; I'd like to write a script (ideally PowerShell) to monitor this share and log the information of who connects to what & when to file.
I'm running Windows Server 2008 R2, so sadly Get-SmbOpenFile
isn't available.
Question
Is there a way to view all files open over a share in Windows 2008 R2 using PowerShell?