Is there some setting that allows us to set a specific time (ex. Friday night at 11:59pm) to end all user sessions and/or log all users out of the system?
You can stop the app pool on the server. This will kick everyone out.
Then you can start it up again at 11:59PM, assuming you want to work in the system.
Is it possible to set this up to happen on a schedule?
Could probably use powershell + scheduled task to accomplish
2 Likes
yes check this link
1 Like