Hi,

Im writing a pretty basic script to do printer connections based on AD Group membership -

if ingroup ("CIS-IT")

ADDPRINTERCONNECTION ("\\CIS-PRN\IT")

Endif

Hardly rocket science!! - I have tested this from PC's in the domain and it works fine - we have 60 Wyse Series 9 terminals (running Windows XP Pro Embedded) - and the script refuses to work.

Running it with /d it just returns the first line as being at fault

If I run it without group checking (i.e. ADDPRINTERCONNECTION ("\\CIS-PRN\IT")) it maps the printer fine on the terminal.

Tried with Admin users and just plain users - but no joy - (remember its running embedded XP so it is actually a domain member PC)

Am I being stupid and missing something in the config!!
Any thoughts??

Thanks

Paul Adam