Hello,
This is because the user has a cached logon into that computer.
There are 2 options:
- The inmediate one, would be to delete the cached logons into that specific computer, thus disabling the offline logon of the user. For this, you will need to delete (backup first, just in case) the keys at HKEY_LOCAL_MACHINE\SECURITY\CACHE that start with NLS$<number> (NLS$Control should remain).
- To prevent this in the future, it will be required to propagate a GPO to prevent number of cached logons into the computers using the Policy "Interactive logon: Number of previous logons to cache" and setting the value to "0"
---------------------------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept as answer--