Manual Update Script?
Is there a way to script a conditional reinstall? Even with the automatic update checked on the emergency release, a good percentage of my machines aren't being updated when they connect.
It would be nice to be able to run a job every 15 minutes or so that does a reinstall on any connected clients that are out of date. Several times I've had to click the manual reinstall again after leaving them for 10 minutes or so to see if it took. A script that selected all guest only connected out of date clients and did a group reinstall would be great.
For earlier version you could use a session group
GuestConnectedCount=1
AND GuestClientVersion < $SERVERVERSION
That way it will work also on future updates.
Thanks, that definitely improves the functionality of the session group, any thoughts on running a reinstall command to all members of a group on a schedule?