I am trying to implement UAC prompts for domain authenticated admins for both local and remote access.
We have DUO Security to protect UAC prompts on target machines with MFA. Works a treat for each UAC prompt.
I have enabled the below which prompts for username/password regardless who is logged in (admin or user).
ConsentPromptBehaviorAdmin
The only issue I have come access is that there is no UAC when connecting remotely through to \machine01\c$ or \machine01\admin$. The closest I have gotten is reversing this How to disable UAC remote restrictions
However, the critical note says that
A user who has a domain user account logs on remotely to a Windows Vista computer. And, the domain user is a member of the Administrators group. In this case, the domain user will run with a full administrator access token on the remote computer, and UAC won't be in effect.
The reason I am looking into this, is to increase security on my estate without hobbling the service my staff provide, the impact of COVID has meant that our support staff have shrunk but our responsibility has increased. I'm almost there but I need to prevent lateral movement if a support staffs account is compromised. A small risk but a significant one.
DUO UAC MFA means 1 extra step for them to provide the support needed. LAPS was suggested but it increases the time spent for a task significantly.
I would settle for the admin shares being blocked across the network by targetting the denial of access for those specific admins IF that was all it does.