Allow snap in parameters per host not just per snap in
-
Would it be possible to have the ability to specify parameters to a snap-in per host instead of per snap in? For instance, I have a powershell script snap-in that will set the IP on the machine according to what is returned by corporate DNS. However, since some machines need to join certain domains that corporate DNS does not know about, it needs to have it’s DNS server set to a specific IP. The powershell script has the capability to accept this entry as a named parameter. But not all of my machines need to have it’s DNS server set to a particular IP, and of the machines that need to have it’s DNS server set, there are different IPs for different domains.
Thanks.
-
It may be possible with modifications to both the FOG Client service and server code, I can’t think of enough examples to make it worth while. FOG is extendable if you can do a bit of PHP or Unix shell scripting.
Maybe you can modify your power-shell script to access a data-store (database or shared csv file) to figure out who needs what settings.
-
Thanks for the suggestion, I’ll look into this.