I have a Windows Server 2012 R2 on which a policy needs to be set. This policy should logoff a user if it is disconnected or idle for more than 2 hrs.
One twist is, I have a user with name 'Invo' which should not get kicked out due to this policy.
I believe this will be achievable via PowerShell? because Group Policy will be applied to all users and/or computers, so I will not be able to exclude 'Invo' user.
Thank you !