We've recently started going through shares replacing named permissions with AD groups (i.e. so that when updating permissions we don't need to worry about the time taken or risks involved in updating all child objects when working with shares hosting large numbers of files).
When changing one of these shares the new permissions took effect, but one of the servers (its computer account being a member of the AD Group) received a number of access denied errors. This seems to be because the server account's group memberships were cached (i.e. When does a computer cache file permissions?).
This issue was resolved by a restart.
Question: Is there any way to force an account (computer or user) to re-authenticate without them having to log out & back in / restart? i.e. so that when such issues occur we can do a refresh-authToken -computername
MyServer$`` call of some sort without requiring downtime.