Using Bigfix to map network printers

Hi,

This is a beta test project for using bigfix technology to map network printers. Basically, if the user is in ip range between 1-26 gets the following printer or printers. And, if the user is in wireless network and not connected to a LAN line, the computer maps the follow printer or printers.

This is what I have developed so far. If you could shed some light on this idea.

if exists (addresses of ip interfaces of network as string as version) whose ((it >= “1.2.3.2” as version AND it <= “1.2.3.26” as version AND it = “1.2.3.0” as version))
map printer \server\queue name
Endif