AD server is 2003
Under windows XP everything maps fine
Under windows 7 while a standard user everything maps fine
Under windwos 7 while a administrator nothing maps
Very simple script
Just home and a drive or 2
Set objnet = createobject ("wscript.network")
struser = objnet.username
objnet.mapnetworkdrive "H:", strhomedrivepath
objnet.mapnetworkdrive "I:", \\hrnas\itdrive
objnet.mapnetworkdrive "T:", \\nas1\treatment
wscript.quit
What stupid thing have I done.
Thanks for any help.