Hi. I have to set disconnected session timeout depending on user group via powershell.
For example, There is no timeout for administrator, but 1 hour timeout after disconnected for local user gruop.
Unfortunately, I can't use Get-Localuser or other kinds of packages, as I'm working on Powershell 4.0 without internet connection.
I tried to set registry, but can't find where to look. I know there is timeout registry key, but it looks like it is for entire session, not for each users.
Is there any way to set it..?
Tried to get user configuration. Got name and status but didn't find session timeout options. Tried to set registry key for ending disconnected session value, but it was for entire session timeout, not for individual users.