Hi all ! I've got a question... I'd like to install printers on my client using Kix. No matter with this it works. The problem is that i would like to use the command "If Ingroup" using the computer name and not the user name. Is it possible ? I tried this :

If @WKSTA Ingroup ("abc")
AddPrinterConnection ("\\server\printer name 1")
EndIf

If @WKSTA Ingroup ("def")
AddPrinterConnection ("\\server\printer name 2")
EndIf

The problem is that he just install all of the printer instead of checking in which group is the computer name.

Can someone help me ? Thanks !!!