Question : Active Directory Logout Logged on Users

I have a request to automate a way to logout all currently logged on Active Directory users at a specified time.  For example at 10:00 pm everyday I need to query AD for all currently logged on users on all computers and automatically log them out.  

Answer : Active Directory Logout Logged on Users

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.
Random Solutions  
 
programming4us programming4us