Hi,

I´m on my way to migrate our exiting domain to another.
For conneting shares and printers I´d like to us kix.
As connecting to shares and printers works well. but not set them up as default.
I´d like to to set the default printers by group. Is this possible?
Here my scipt snippet:

this workes:
 Code:
IF INGROUP("G_IT")
	ADDPRINTERCONNECTION ("\\"+$PrintServer+"\printer1") = 0
EndIf

this not:
 Code:
IF INGROUP("G_IT")
	SetDefaultPrinter ("\\"+$PrintServer+"\printer1") = 0
Endif


Thanks


Edited by cheechchong (2017-05-09 02:52 PM)