Hi,
I just want to understand if this can be achieved via powershell & if possible how I could achieve it.
Identify the DFS share path of file share provided by the user.
Connect to that vfiler using compmgmt.msc & look for the open file.
Identify the user who has opened the file.
Identify if there is a lock file (.ldb) file associated with that.
Close the open file & delete the lock file associated with that user.
Any link or guidance on this is greatly appreciated.