Ok, I made the EndIf correction, thanks! I removed the $ from deploy$ and still nothing. But I did notice a couple things.

There are two sets of drive mapping code. The first uses the following layout:

 Code:
:~MedicalRecords
USE T: "\\POK-OAFS-1\Transcription"
COLOR w+/n
AT (9,6) "Transcription  Mapped" 
Goto ALL 


The second:
 Code:
IF INGROUP("ADGROUP_NAME")
	USE R: "\\SERVER_NAME\SHARE"
	COLOR w+/n
	AT (8,6) "SHARE NAME Mapped"
ENDIF 


Both sets seem to be working...but with a little nuance. The first set I think is pulling the 'group' info from Description field in AD and not looking for a particular AD group membership for the user. The second set feeds off that but does look at the AD groups to determine whether it should add additional drives. I don't know if that makes any sense.

I noticed this bit at the top of the kix file. Don't know if it will shed any light on the issue:

 Code:
$OS="@dos"								;OS Version
$public="\\THC-PA\Public"				;Public Share
$service="@comment"					;Department assigned from comment field
$Pserver="\\THC-PA\"					;Server for User Accounts
$department="$Pserver" + "$service"	;Departmental Share


Edited by DieselDoc (2008-03-19 09:40 PM)