Hi there,

I'm trying to find out how to set the ADSobject in my Kix Script so that get / read the adsObj.HomeDirectory from the Active directoy as I want to map users personal drives within their Citrix Session. here is the VBS Script used in a previous script with NT4 Domain.

 Quote:
adsPath = "WinNT://" & strDomain & "/" & strUser
Set adsObj=GetObject(adsPath)

strHomeDIR = adsObj.HomeDirectory

Sub MapDrives()


Call FuncMapDrive("P:", strHomeDIR)


Is such a thing possible in KIX?

Please help!!!!

Regards

Richard