Hello,
We have an environement where routing is based on the logged in status of a phone. If someone isn't logged in, the call will go to the next person in the contact path. Because of this, we have the feature 'Automatic Login' of all users disabled; if we don't do this, logged off phones keep automatically logging back on.
This works well in practice, with one issue: If we restart the server, everyone is logged off. So I was wondering, is there a way to run a script (PowerShell or some other way) that temporarily sets all logged in users to Automatically login? Then I can run this script before restarting the server/services, and after everything has been restarted and the users are logged in again, I will run a different script that will disable the checkbox of automatic login again.
This way, the customer won't notice much if we make a full restart of the server. They have a couple of phones for users that work overnight (they run 24/7), so even if I'd restart the server late at night these people would normally be disconnected.
Thanks,
Ruud van Strijp