How are you guys implementing Lab style deployments in your environment where you need to keep computers in a "frozen" state or in a state that can be reverted after a restart?
We're currently looking for a better way since we're starting to see the flaws in our current implementation. (Basically, we cache a user folder, then create a logout hook that deletes the user folder, then re-create the user folder using the cache. Updating this user folder and trying to see what is "ok" to delete in Composer is not very fun; also pretty slow during reboots).
As a side note, we are working on moving over towards DEP enrollment for computers.
Thanks in advance!
