Soldato
- Joined
- 18 Oct 2002
- Posts
- 10,075
- Location
- At home
Hi in our login script, some users aren't getting their home drive mapped. This is the bit of code :
Any obvious reason why their drive isn't being mapped properly ??
Thanks
Code:
IFMEMBER.EXE "LOCAL\glos_Users"
if %errorlevel%==0 GOTO GLOS_HDRIVES_EXIT
net use h: \\glos-dc-01\h-drive$\%username%
:GLOS_HDRIVES_EXIT
Any obvious reason why their drive isn't being mapped properly ??
Thanks