F
Fishevpm
Hello, please help.
Windows Server 2016. Role File Server.
Smb Share, it contains apps.
Users runing apps by unc path.
\\server1\apps\1.exe
Apps inculde .exe and dll.
I need update apps 1.exe, but users did not close app.
Im runing powershell script
Get-SMBOpenFile | where {$_.Path –like "J:\apps"} | Close-SMBOpenFile -Force
script complete, but i dont complete update. "file opened another user"
If i Close open files in gui on server - sessions end normally.
is this some kind of feature? How can I end a session with a script? Thank You.
Continue reading...
Windows Server 2016. Role File Server.
Smb Share, it contains apps.
Users runing apps by unc path.
\\server1\apps\1.exe
Apps inculde .exe and dll.
I need update apps 1.exe, but users did not close app.
Im runing powershell script
Get-SMBOpenFile | where {$_.Path –like "J:\apps"} | Close-SMBOpenFile -Force
script complete, but i dont complete update. "file opened another user"
If i Close open files in gui on server - sessions end normally.
is this some kind of feature? How can I end a session with a script? Thank You.
Continue reading...