forcibly log off user when logon time expires

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Can I get some assistance to forcibly log off user when
logon time expires. I tried to set a group policy on
an "OU" but it does not seem to log the user off.
 
Try deploying a script a login that deploys a binary or shutdown.exe to the
target system. Upon login times expiring, it logs off the machine or shuts
it down.

That provbably would be best. Unless you can just pull the DHCP lease from
the machine at the time the login expires, this would prevent them from
getting another one until they were able to login again.

-Timothy
 
I need this to work for over 1000 PC's so all users get
logged off at a certain hour during the night.
 
Thats fine, just make it a login script that deploys your binary and script.
Done deal for 1 or 1 million PC's :-)

-Timothy
 
Back
Top