if you have a complete list of workstations, you should be able to set something of a scheduled task to run this batch command from a "master computer" to force users to log off...
psshutdown @mycomputerlist.txt -f -o -t 30
you'd need to download pstools to do this, but it will go thru each machine and force users to logoff after 30 seconds.