Questions tagged [smbshare]
1 questions
0
votes
1 answer
SmbShare: the module could not be loaded
The Problem:
I have inherited a PS script file that deletes a directory. In case there are any locks on it, it removes them using this line:
Get-SmbOpenFile | Where-Object -Property Path -Like "$($Directory)*" | Close-SmbOpenFile -Force
This works…

nvoigt
- 75,013
- 26
- 93
- 142