Hi, I want to utilize Active Directory PAM feature to allow standard users of our company's Veeam team to be local administrators on Veeam servers only for certain period of time (will create GUI Tool based on PowerShell for submitting/approving PAM request).
However, due to nature of Kerberos token I guess they will keep local admin rights on their servers they are already logged on to even after their group membership expires (practically only after logging off they will "lose" local admin rights). Am I right and if answer is yes how to "forcibly" strip them from having local admin rights when TTL of their group membership expires (they will be members of AD group that is member of local admin group on all their servers - that AD group will be empty until they submit PAM request via GUI Tool).
Thank you in advance.