Hello,

I am trying to create a logon script for a couple of computers in the AD.
There are a couple of computers within the AD that i want to run a logon script.

AD:

- Local domain security group with 2 computers in it.
- Logon script xendesklogon.bat set to user.

BAT xendesklogon.bat:

@ECHO_OFF
%0\..\KiX\Kix32.exe %0\..\KiX\xendesk.kix

KiXtart xendesk.kix:

If InGroup("OU\OU\Group")
Use G: "\\server\data"
EndIf

What am I doing wrong?

Thanks.


Edited by harmen (2009-12-15 12:10 PM)