-
Notifications
You must be signed in to change notification settings - Fork 0
Description
We will have situations where we want to control certain tools, such as when testing a tool in one office only before releasing firm-wide. An example is Mission Control (MC) where we want to test in NY only for a while. If we use Zombie in its current format, we can control who gets the released version of MC by limiting installs of Zombie, but that won't be the case in the future when most machines have it installed. Here's one thought on how we can control that:
-
Add an optional setting to the settings file so if a package is to be released to a controlled group, the tool will look for the existence of a text file at the specified path. This file can be manually placed or distributed via group policy to a set number of machines.
-
If Zombie finds this file, it proceeds (looks up if the application that uses the files/addins is installed and if so, syncs the content).
-
If not, it exits.
Other ways of managing this would be to include a list of machines in a database that you manage and the machine name is checked against the list and if found, syncs content; abort otherwise.