This message was deleted.
# microsoft-fslogix
s
This message was deleted.
Not something I have ever done
t
trying thx mate
👍 1
it works and funny i did find the command before you posted it kasper, its the old way of finding quickly a user that is having the issues
👍 1
d
if the file is locked, you will see a .meta file in the same location as the vhdx file, inside this file you will see which server have the lock.
m
I used to do something like this: Get-SmbOpenFile | Where-Object {($_.path -like “*_$using:user.vhdx”) -or ($_.path -like “*_$using:user.*.meta”)} | Close-SmbOpenFile -confirm:$false
but that was for on prem
👍 1
the logic should still work with looking for that meta file, but not sure about the paths
l
You have all you need here from these awesome EUC folks.